#3247BF

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

Shades of Cerulean Blue #3247BF

Tints of Cerulean Blue #3247BF

Color information

#3247BF (or 0x3247BF) is unknown color: approx Cerulean Blue. HEX triplet: 32, 47 and BF. RGB value is (50,71,191). Sum of RGB (Red+Green+Blue) = 50+71+191=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 191 (75% from 255 or 61.22% from 312); Max value from RGB is 191 - color contains mainly: blue. Hex color #3247BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3247BF is #CDB840. Grayscale: #4D4D4D. Windows color (decimal): -13482049 or 12535602. OLE color: 12535602.

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

Color convert

RGB5071191-
CMYK0.740.6300.25
HSL231.06º58.51%47.25%-
HSV(B)231.06º73.82%74.9%-
XYZ12.978.9550.33-
YUV78.4191.54107.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.03%
GREEN value IS 71 (28.12% from 255) = 22.76%
BLUE value IS 191 (75% from 255) = 61.22%
R=16.03%
G=22.76%
B=61.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal50711910.740.6300.25231.0658.5147.25
Hex3247BF4A3F019e73b2f
Octal62107277112770313477357
Binary110010100011110111111100101011111101100111100111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3247BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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