#3066BF

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

Shades of Cerulean Blue #3066BF

Tints of Cerulean Blue #3066BF

Color information

#3066BF (or 0x3066BF) is unknown color: approx 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

RGB48102191-
CMYK0.750.4700.25
HSL217.34º59.83%46.86%-
HSV(B)217.34º74.87%74.9%-
XYZ15.3713.8951.16-
YUV96181.6193.76-

RGB Variations

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

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 (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481021910.750.4700.25217.3459.8346.86
Hex3066BF4B2F019d93c2f
Octal60146277113570313317457
Binary110000110011010111111100101110111101100111011001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3066BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>