#3049BC

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

Shades of Cerulean Blue #3049BC

Tints of Cerulean Blue #3049BC

Color information

#3049BC (or 0x3049BC) is unknown color: approx Cerulean Blue. HEX triplet: 30, 49 and BC. RGB value is (48,73,188). Sum of RGB (Red+Green+Blue) = 48+73+188=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #3049BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3049BC is #CFB643. Grayscale: #4E4E4E. Windows color (decimal): -13612612 or 12339504. OLE color: 12339504.

HSL color Cylindrical-coordinate representation of color #3049BC: hue angle of 229.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3049BC is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4873188-
CMYK0.740.6100.26
HSL229.29º59.32%46.27%-
HSV(B)229.29º74.47%73.73%-
XYZ12.689.0248.65-
YUV78.64189.72106.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.53%
GREEN value IS 73 (28.91% from 255) = 23.62%
BLUE value IS 188 (73.83% from 255) = 60.84%
R=15.53%
G=23.62%
B=60.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal48731880.740.6100.26229.2959.3246.27
Hex3049BC4A3D01Ae53b2e
Octal60111274112750323457356
Binary110000100100110111100100101011110101101011100101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3049BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3049BC; }

 p { color: rgb(48,73,188); }

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

<style>
 a { background-color: #3049BC; }

 a { background-color: rgb(48,73,188); }

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

<style>
 span { border-color: #3049BC; }

 span { border-color: rgb(48,73,188); }

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