#3342BA

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

Shades of Cerulean Blue #3342BA

Tints of Cerulean Blue #3342BA

Color information

#3342BA (or 0x3342BA) is unknown color: approx Cerulean Blue. HEX triplet: 33, 42 and BA. RGB value is (51,66,186). Sum of RGB (Red+Green+Blue) = 51+66+186=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #3342BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3342BA is #CCBD45. Grayscale: #4A4A4A. Windows color (decimal): -13417798 or 12206643. OLE color: 12206643.

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

Color convert

RGB5166186-
CMYK0.730.6500.27
HSL233.33º56.96%46.47%-
HSV(B)233.33º72.58%72.94%-
XYZ12.188.1547.38-
YUV75.19190.53110.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.83%
GREEN value IS 66 (26.17% from 255) = 21.78%
BLUE value IS 186 (73.05% from 255) = 61.39%
R=16.83%
G=21.78%
B=61.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51661860.730.6500.27233.3356.9646.47
Hex3342BA494101Be9392e
Octal631022721111010333517156
Binary1100111000010101110101001001100000101101111101001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3342BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3342BA; }

 p { color: rgb(51,66,186); }

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

<style>
 a { background-color: #3342BA; }

 a { background-color: rgb(51,66,186); }

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

<style>
 span { border-color: #3342BA; }

 span { border-color: rgb(51,66,186); }

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