#3068CB

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

Shades of Cerulean Blue #3068CB

Tints of Cerulean Blue #3068CB

Color information

#3068CB (or 0x3068CB) is unknown color: approx Cerulean Blue. HEX triplet: 30, 68 and CB. RGB value is (48,104,203). Sum of RGB (Red+Green+Blue) = 48+104+203=355 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.52% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #3068CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3068CB is #CF9734. Grayscale: #626262. Windows color (decimal): -13604661 or 13330480. OLE color: 13330480.

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

Color convert

RGB48104203-
CMYK0.760.4900.20
HSL218.32º61.75%49.22%-
HSV(B)218.32º76.35%79.61%-
XYZ16.9514.8458.47-
YUV98.54186.9591.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.52%
GREEN value IS 104 (41.02% from 255) = 29.30%
BLUE value IS 203 (79.69% from 255) = 57.18%
R=13.52%
G=29.30%
B=57.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal481042030.760.4900.20218.3261.7549.22
Hex3068CB4C31014da3e31
Octal60150313114610243327661
Binary110000110100011001011100110011000101010011011010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3068CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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