Html Css Color HEX #3066BB Cerulean Blue

📋 copy color: '#3066BB'

red 48 ◦ green 102 ◦ blue 187

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

Shades of Cerulean Blue #3066BB

Tints of Cerulean Blue #3066BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.49%

R = 14.24%
G = 30.27%
B = 55.49%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3066BB (or 0x3066BB) is known color: Cerulean Blue. HEX triplet: 30, 66 and BB. RGB value is (48,102,187). Sum of RGB (Red+Green+Blue) = 48+102+187=337 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.24% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #3066BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3066BB is #CF9944. Grayscale: #5F5F5F. Windows color (decimal): -13605189 or 12281392. OLE color: 12281392.

HSL color Cylindrical-coordinate representation of color #3066BB: hue angle of 216.69º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3066BB is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 102 187 -
CMYK 0.74 0.45 0 0.27
HSL 216.69º 0.59% 0.46% -
HSV(B) 216.69º 0.74% 0.73% -
XYZ 14.94 13.72 48.87 -
YUV 95.54 179.61 94.09 -
System Red Green Blue C M Y K H S L
Decimal 48 102 187 0.74 0.45 0 0.27 216.69 0.59 0.46
Hex 30 66 BB 4A 2D 0 1B D9 3B 2E
Octal 60 146 273 112 55 0 33 331 73 56
Binary 110000 1100110 10111011 1001010 101101 0 11011 11011001 111011 101110

Color Harmonies of #3066BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3066BB

Black with #3066BB

Text Example


Text Example

White with #3066BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3066BB;
 }
 .AnyTagClassName
 {
   color: #3066BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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