Html Css Color HEX #3066BF Cerulean Blue

📋 copy color: '#3066BF'

red 48 ◦ green 102 ◦ blue 191

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

Shades of Cerulean Blue #3066BF

Tints of Cerulean Blue #3066BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.01%

R = 14.08%
G = 29.91%
B = 56.01%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3066BF (or 0x3066BF) is known color: Cerulean Blue. HEX triplet: 30, 66 and BF. RGB value is (48,102,191). Sum of RGB (Red+Green+Blue) = 48+102+191=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #3066BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3066BF is #CF9940. Grayscale: #5F5F5F. Windows color (decimal): -13605185 or 12543536. OLE color: 12543536.

HSL color Cylindrical-coordinate representation of color #3066BF: hue angle of 217.34º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3066BF is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 102 191 -
CMYK 0.75 0.47 0 0.25
HSL 217.34º 0.6% 0.47% -
HSV(B) 217.34º 0.75% 0.75% -
XYZ 15.37 13.89 51.16 -
YUV 96 181.61 93.76 -
System Red Green Blue C M Y K H S L
Decimal 48 102 191 0.75 0.47 0 0.25 217.34 0.6 0.47
Hex 30 66 BF 4B 2F 0 19 D9 3C 2F
Octal 60 146 277 113 57 0 31 331 74 57
Binary 110000 1100110 10111111 1001011 101111 0 11001 11011001 111100 101111

Color Harmonies of #3066BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3066BF

Black with #3066BF

Text Example


Text Example

White with #3066BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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