#3247BC

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

Shades of Cerulean Blue #3247BC

Tints of Cerulean Blue #3247BC

Color information

#3247BC (or 0x3247BC) is unknown color: approx Cerulean Blue. HEX triplet: 32, 47 and BC. RGB value is (50,71,188). Sum of RGB (Red+Green+Blue) = 50+71+188=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #3247BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3247BC is #CDB843. Grayscale: #4D4D4D. Windows color (decimal): -13482052 or 12338994. OLE color: 12338994.

HSL color Cylindrical-coordinate representation of color #3247BC: hue angle of 230.87º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3247BC is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5071188-
CMYK0.730.6200.26
HSL230.87º57.98%46.67%-
HSV(B)230.87º73.4%73.73%-
XYZ12.658.8248.61-
YUV78.06190.04107.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.18%
GREEN value IS 71 (28.12% from 255) = 22.98%
BLUE value IS 188 (73.83% from 255) = 60.84%
R=16.18%
G=22.98%
B=60.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal50711880.730.6200.26230.8757.9846.67
Hex3247BC493E01Ae73a2f
Octal62107274111760323477257
Binary110010100011110111100100100111111001101011100111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3247BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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