Html Css Color HEX #3066BA Cerulean Blue

📋 copy color: '#3066BA'

red 48 ◦ green 102 ◦ blue 186

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

Shades of Cerulean Blue #3066BA

Tints of Cerulean Blue #3066BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.36%

R = 14.29%
G = 30.36%
B = 55.36%

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

#3066BA (or 0x3066BA) is known color: Cerulean Blue. HEX triplet: 30, 66 and BA. RGB value is (48,102,186). Sum of RGB (Red+Green+Blue) = 48+102+186=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #3066BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3066BA is #CF9945. Grayscale: #5F5F5F. Windows color (decimal): -13605190 or 12215856. OLE color: 12215856.

HSL color Cylindrical-coordinate representation of color #3066BA: hue angle of 216.52º 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 #3066BA is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 102 186 -
CMYK 0.74 0.45 0 0.27
HSL 216.52º 0.59% 0.46% -
HSV(B) 216.52º 0.74% 0.73% -
XYZ 14.83 13.68 48.31 -
YUV 95.43 179.11 94.17 -
System Red Green Blue C M Y K H S L
Decimal 48 102 186 0.74 0.45 0 0.27 216.52 0.59 0.46
Hex 30 66 BA 4A 2D 0 1B D9 3B 2E
Octal 60 146 272 112 55 0 33 331 73 56
Binary 110000 1100110 10111010 1001010 101101 0 11011 11011001 111011 101110

Color Harmonies of #3066BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3066BA

Black with #3066BA

Text Example


Text Example

White with #3066BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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