Html Css Color HEX #3066CB Cerulean Blue

📋 copy color: '#3066CB'

red 48 ◦ green 102 ◦ blue 203

#3066CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #3066CB

Tints of Cerulean Blue #3066CB

RGB

 RED value IS 48 (19.14% from 255) = 13.6%

 GREEN value IS 102 (40.23% from 255) = 28.9%

 BLUE value IS 203 (79.69% from 255) = 57.51%

R = 13.6%
G = 28.9%
B = 57.51%

CMYK

 C value IS 0.76

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3066CB (or 0x3066CB) is known color: 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

RGB 48 102 203 -
CMYK 0.76 0.50 0 0.20
HSL 219.1º 0.62% 0.49% -
HSV(B) 219.1º 0.76% 0.8% -
XYZ 16.75 14.44 58.4 -
YUV 97.37 187.61 92.79 -
System Red Green Blue C M Y K H S L
Decimal 48 102 203 0.76 0.50 0 0.20 219.1 0.62 0.49
Hex 30 66 CB 4C 32 0 14 DB 3E 31
Octal 60 146 313 114 62 0 24 333 76 61
Binary 110000 1100110 11001011 1001100 110010 0 10100 11011011 111110 110001

Color Harmonies of #3066CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3066CB

Black with #3066CB

Text Example


Text Example

White with #3066CB

Text Example


Text Example

HTML Codes & Css Web 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>