#3049CB

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

Shades of Cerulean Blue #3049CB

Tints of Cerulean Blue #3049CB

Color information

#3049CB (or 0x3049CB) is unknown color: approx Cerulean Blue. HEX triplet: 30, 49 and CB. RGB value is (48,73,203). Sum of RGB (Red+Green+Blue) = 48+73+203=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 203 (79.69% from 255 or 62.65% from 324); Max value from RGB is 203 - color contains mainly: blue. Hex color #3049CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3049CB is #CFB634. Grayscale: #4F4F4F. Windows color (decimal): -13612597 or 13322544. OLE color: 13322544.

HSL color Cylindrical-coordinate representation of color #3049CB: hue angle of 230.32º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3049CB is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4873203-
CMYK0.760.6400.20
HSL230.32º61.75%49.22%-
HSV(B)230.32º76.35%79.61%-
XYZ14.389.7157.62-
YUV80.34197.22104.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.81%
GREEN value IS 73 (28.91% from 255) = 22.53%
BLUE value IS 203 (79.69% from 255) = 62.65%
R=14.81%
G=22.53%
B=62.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal48732030.760.6400.20230.3261.7549.22
Hex3049CB4C40014e63e31
Octal601113131141000243467661
Binary1100001001001110010111001100100000001010011100110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3049CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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