#3348B9

Color #3348B9 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #3348B9

Tints of Cerulean Blue #3348B9

Color information

#3348B9 (or 0x3348B9) is unknown color: approx Cerulean Blue. HEX triplet: 33, 48 and B9. RGB value is (51,72,185). Sum of RGB (Red+Green+Blue) = 51+72+185=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 185 (72.66% from 255 or 60.06% from 308); Max value from RGB is 185 - color contains mainly: blue. Hex color #3348B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3348B9 is #CCB746. Grayscale: #4E4E4E. Windows color (decimal): -13416263 or 12142643. OLE color: 12142643.

HSL color Cylindrical-coordinate representation of color #3348B9: hue angle of 230.6º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3348B9 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5172185-
CMYK0.720.6100.27
HSL230.6º56.78%46.27%-
HSV(B)230.6º72.43%72.55%-
XYZ12.448.8446.95-
YUV78.6188.04108.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 16.56%
GREEN value IS 72 (28.52% from 255) = 23.38%
BLUE value IS 185 (72.66% from 255) = 60.06%
R=16.56%
G=23.38%
B=60.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51721850.720.6100.27230.656.7846.27
Hex3348B9483D01Be7392e
Octal63110271110750333477156
Binary110011100100010111001100100011110101101111100111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3348B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3348B9; }

 p { color: rgb(51,72,185); }

 H1.HeaderClassName
 {
   color: #3348B9;
 }
 .AnyTagClassName
 {
   color: #3348B9;
 }
</style>
background-color css

<style>
 a { background-color: #3348B9; }

 a { background-color: rgb(51,72,185); }

 div.DivClassName
 {
   background-color: #3348B9;
 }
 .BgClassName
 {
   background-color: #3348B9;
 }
</style>
border-color css

<style>
 span { border-color: #3348B9; }

 span { border-color: rgb(51,72,185); }

 td.TdClassName
 {
   border-color: #3348B9;
 }
 .TagClassName
 {
   border-color: #3348B9;
 }
</style>