#3069CB

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

Shades of Cerulean Blue #3069CB

Tints of Cerulean Blue #3069CB

Color information

#3069CB (or 0x3069CB) is unknown color: approx Cerulean Blue. HEX triplet: 30, 69 and CB. RGB value is (48,105,203). Sum of RGB (Red+Green+Blue) = 48+105+203=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #3069CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3069CB is #CF9634. Grayscale: #626262. Windows color (decimal): -13604405 or 13330736. OLE color: 13330736.

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

Color convert

RGB48105203-
CMYK0.760.4800.20
HSL217.94º61.75%49.22%-
HSV(B)217.94º76.35%79.61%-
XYZ17.0515.0458.5-
YUV99.13186.6291.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.48%
GREEN value IS 105 (41.41% from 255) = 29.49%
BLUE value IS 203 (79.69% from 255) = 57.02%
R=13.48%
G=29.49%
B=57.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal481052030.760.4800.20217.9461.7549.22
Hex3069CB4C30014da3e31
Octal60151313114600243327661
Binary110000110100111001011100110011000001010011011010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3069CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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