#3247C3

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

Shades of Cerulean Blue #3247C3

Tints of Cerulean Blue #3247C3

Color information

#3247C3 (or 0x3247C3) is unknown color: approx Cerulean Blue. HEX triplet: 32, 47 and C3. RGB value is (50,71,195). Sum of RGB (Red+Green+Blue) = 50+71+195=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 195 (76.56% from 255 or 61.71% from 316); Max value from RGB is 195 - color contains mainly: blue. Hex color #3247C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3247C3 is #CDB83C. Grayscale: #4E4E4E. Windows color (decimal): -13482045 or 12797746. OLE color: 12797746.

HSL color Cylindrical-coordinate representation of color #3247C3: hue angle of 231.31º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3247C3 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5071195-
CMYK0.740.6400.24
HSL231.31º59.18%48.04%-
HSV(B)231.31º74.36%76.47%-
XYZ13.429.1252.68-
YUV78.86193.54107.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.82%
GREEN value IS 71 (28.12% from 255) = 22.47%
BLUE value IS 195 (76.56% from 255) = 61.71%
R=15.82%
G=22.47%
B=61.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal50711950.740.6400.24231.3159.1848.04
Hex3247C34A40018e73b30
Octal621073031121000303477360
Binary1100101000111110000111001010100000001100011100111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3247C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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