#3047BF

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

Shades of Cerulean Blue #3047BF

Tints of Cerulean Blue #3047BF

Color information

#3047BF (or 0x3047BF) is unknown color: approx Cerulean Blue. HEX triplet: 30, 47 and BF. RGB value is (48,71,191). Sum of RGB (Red+Green+Blue) = 48+71+191=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 191 (75% from 255 or 61.61% from 310); Max value from RGB is 191 - color contains mainly: blue. Hex color #3047BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3047BF is #CFB840. Grayscale: #4D4D4D. Windows color (decimal): -13613121 or 12535600. OLE color: 12535600.

HSL color Cylindrical-coordinate representation of color #3047BF: hue angle of 230.35º 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 #3047BF is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4871191-
CMYK0.750.6300.25
HSL230.35º59.83%46.86%-
HSV(B)230.35º74.87%74.9%-
XYZ12.888.950.33-
YUV77.8191.88106.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.48%
GREEN value IS 71 (28.12% from 255) = 22.90%
BLUE value IS 191 (75% from 255) = 61.61%
R=15.48%
G=22.90%
B=61.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48711910.750.6300.25230.3559.8346.86
Hex3047BF4B3F019e63c2f
Octal60107277113770313467457
Binary110000100011110111111100101111111101100111100110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3047BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3047BF;
 }
 .AnyTagClassName
 {
   color: #3047BF;
 }
</style>
background-color css

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

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

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

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

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

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