#3247B2

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

Shades of Cerulean Blue #3247B2

Tints of Cerulean Blue #3247B2

Color information

#3247B2 (or 0x3247B2) is unknown color: approx Cerulean Blue. HEX triplet: 32, 47 and B2. RGB value is (50,71,178). Sum of RGB (Red+Green+Blue) = 50+71+178=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 178 (69.92% from 255 or 59.53% from 299); Max value from RGB is 178 - color contains mainly: blue. Hex color #3247B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3247B2 is #CDB84D. Grayscale: #4C4C4C. Windows color (decimal): -13482062 or 11683634. OLE color: 11683634.

HSL color Cylindrical-coordinate representation of color #3247B2: hue angle of 230.16º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3247B2 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5071178-
CMYK0.720.6000.30
HSL230.16º56.14%44.71%-
HSV(B)230.16º71.91%69.8%-
XYZ11.68.443.13-
YUV76.92185.04108.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.72%
GREEN value IS 71 (28.12% from 255) = 23.75%
BLUE value IS 178 (69.92% from 255) = 59.53%
R=16.72%
G=23.75%
B=59.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal50711780.720.6000.30230.1656.1444.71
Hex3247B2483C01Ee6382d
Octal62107262110740363467055
Binary110010100011110110010100100011110001111011100110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3247B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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