#3042BB

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

Shades of Cerulean Blue #3042BB

Tints of Cerulean Blue #3042BB

Color information

#3042BB (or 0x3042BB) is unknown color: approx Cerulean Blue. HEX triplet: 30, 42 and BB. RGB value is (48,66,187). Sum of RGB (Red+Green+Blue) = 48+66+187=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #3042BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3042BB is #CFBD44. Grayscale: #494949. Windows color (decimal): -13614405 or 12272176. OLE color: 12272176.

HSL color Cylindrical-coordinate representation of color #3042BB: hue angle of 232.23º 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 #3042BB is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4866187-
CMYK0.740.6500.27
HSL232.23º59.15%46.08%-
HSV(B)232.23º74.33%73.33%-
XYZ12.148.1147.94-
YUV74.41191.54109.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.95%
GREEN value IS 66 (26.17% from 255) = 21.93%
BLUE value IS 187 (73.44% from 255) = 62.13%
R=15.95%
G=21.93%
B=62.13%

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
Decimal48661870.740.6500.27232.2359.1546.08
Hex3042BB4A4101Be83b2e
Octal601022731121010333507356
Binary1100001000010101110111001010100000101101111101000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3042BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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