#3066CB

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

Shades of Cerulean Blue #3066CB

Tints of Cerulean Blue #3066CB

Color information

#3066CB (or 0x3066CB) is unknown color: approx Cerulean Blue. HEX triplet: 30, 66 and CB. RGB value is (48,102,203). Sum of RGB (Red+Green+Blue) = 48+102+203=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #3066CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3066CB is #CF9934. Grayscale: #606060. Windows color (decimal): -13605173 or 13329968. OLE color: 13329968.

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

Color convert

RGB48102203-
CMYK0.760.5000.20
HSL219.1º61.75%49.22%-
HSV(B)219.1º76.35%79.61%-
XYZ16.7514.4458.4-
YUV97.37187.6192.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.60%
GREEN value IS 102 (40.23% from 255) = 28.90%
BLUE value IS 203 (79.69% from 255) = 57.51%
R=13.60%
G=28.90%
B=57.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal481022030.760.5000.20219.161.7549.22
Hex3066CB4C32014db3e31
Octal60146313114620243337661
Binary110000110011011001011100110011001001010011011011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3066CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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