#3048CB

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

Shades of Cerulean Blue #3048CB

Tints of Cerulean Blue #3048CB

Color information

#3048CB (or 0x3048CB) is unknown color: approx Cerulean Blue. HEX triplet: 30, 48 and CB. RGB value is (48,72,203). Sum of RGB (Red+Green+Blue) = 48+72+203=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #3048CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3048CB is #CFB734. Grayscale: #4F4F4F. Windows color (decimal): -13612853 or 13322288. OLE color: 13322288.

HSL color Cylindrical-coordinate representation of color #3048CB: hue angle of 230.71º 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 #3048CB is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4872203-
CMYK0.760.6500.20
HSL230.71º61.75%49.22%-
HSV(B)230.71º76.35%79.61%-
XYZ14.329.5757.59-
YUV79.76197.55105.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.86%
GREEN value IS 72 (28.52% from 255) = 22.29%
BLUE value IS 203 (79.69% from 255) = 62.85%
R=14.86%
G=22.29%
B=62.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal48722030.760.6500.20230.7161.7549.22
Hex3048CB4C41014e73e31
Octal601103131141010243477661
Binary1100001001000110010111001100100000101010011100111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3048CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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