#324E6D

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

Shades of Cello #324E6D

Tints of Cello #324E6D

Color information

#324E6D (or 0x324E6D) is unknown color: approx Cello. HEX triplet: 32, 4E and 6D. RGB value is (50,78,109). Sum of RGB (Red+Green+Blue) = 50+78+109=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #324E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324E6D is #CDB192. Grayscale: #494949. Windows color (decimal): -13480339 or 7163442. OLE color: 7163442.

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

Color convert

RGB5078109-
CMYK0.540.2800.57
HSL211.53º37.11%31.18%-
HSV(B)211.53º54.13%42.75%-
XYZ6.87.2315.51-
YUV73.16148.22111.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.10%
GREEN value IS 78 (30.86% from 255) = 32.91%
BLUE value IS 109 (42.97% from 255) = 45.99%
R=21.10%
G=32.91%
B=45.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50781090.540.2800.57211.5337.1131.18
Hex324E6D361C039d4251f
Octal6211615566340713244537
Binary110010100111011011011101101110001110011101010010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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