#3042BA

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

Shades of Cerulean Blue #3042BA

Tints of Cerulean Blue #3042BA

Color information

#3042BA (or 0x3042BA) is unknown color: approx Cerulean Blue. HEX triplet: 30, 42 and BA. RGB value is (48,66,186). Sum of RGB (Red+Green+Blue) = 48+66+186=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #3042BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3042BA is #CFBD45. Grayscale: #494949. Windows color (decimal): -13614406 or 12206640. OLE color: 12206640.

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

Color convert

RGB4866186-
CMYK0.740.6500.27
HSL232.17º58.97%45.88%-
HSV(B)232.17º74.19%72.94%-
XYZ12.038.0747.38-
YUV74.3191.04109.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16%
GREEN value IS 66 (26.17% from 255) = 22%
BLUE value IS 186 (73.05% from 255) = 62%
R=16%
G=22%
B=62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48661860.740.6500.27232.1758.9745.88
Hex3042BA4A4101Be83b2e
Octal601022721121010333507356
Binary1100001000010101110101001010100000101101111101000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3042BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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