#3242BA

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

Shades of Cerulean Blue #3242BA

Tints of Cerulean Blue #3242BA

Color information

#3242BA (or 0x3242BA) is unknown color: approx Cerulean Blue. HEX triplet: 32, 42 and BA. RGB value is (50,66,186). Sum of RGB (Red+Green+Blue) = 50+66+186=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #3242BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3242BA is #CDBD45. Grayscale: #4A4A4A. Windows color (decimal): -13483334 or 12206642. OLE color: 12206642.

HSL color Cylindrical-coordinate representation of color #3242BA: hue angle of 232.94º degrees, saturation: 0.58, 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 #3242BA is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5066186-
CMYK0.730.6500.27
HSL232.94º57.63%46.27%-
HSV(B)232.94º73.12%72.94%-
XYZ12.138.1247.38-
YUV74.9190.7110.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.56%
GREEN value IS 66 (26.17% from 255) = 21.85%
BLUE value IS 186 (73.05% from 255) = 61.59%
R=16.56%
G=21.85%
B=61.59%

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
Decimal50661860.730.6500.27232.9457.6346.27
Hex3242BA494101Be93a2e
Octal621022721111010333517256
Binary1100101000010101110101001001100000101101111101001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3242BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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