#324E5F

Color #324E5F Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #324E5F

Tints of Cello #324E5F

Color information

#324E5F (or 0x324E5F) is unknown color: approx Cello. HEX triplet: 32, 4E and 5F. RGB value is (50,78,95). Sum of RGB (Red+Green+Blue) = 50+78+95=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 95 - color contains mainly: blue. Hex color #324E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324E5F is #CDB1A0. Grayscale: #474747. Windows color (decimal): -13480353 or 6245938. OLE color: 6245938.

HSL color Cylindrical-coordinate representation of color #324E5F: hue angle of 202.67º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #324E5F is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB507895-
CMYK0.470.1800.63
HSL202.67º31.03%28.43%-
HSV(B)202.67º47.37%37.25%-
XYZ6.116.9511.85-
YUV71.57141.22112.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.42%
GREEN value IS 78 (30.86% from 255) = 34.98%
BLUE value IS 95 (37.5% from 255) = 42.60%
R=22.42%
G=34.98%
B=42.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5078950.470.1800.63202.6731.0328.43
Hex324E5F2F1203Fcb1f1c
Octal6211613757220773133734
Binary11001010011101011111101111100100111111110010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324E5F; }

 p { color: rgb(50,78,95); }

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

<style>
 a { background-color: #324E5F; }

 a { background-color: rgb(50,78,95); }

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

<style>
 span { border-color: #324E5F; }

 span { border-color: rgb(50,78,95); }

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