#324E62

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

Shades of Cello #324E62

Tints of Cello #324E62

Color information

#324E62 (or 0x324E62) is unknown color: approx Cello. HEX triplet: 32, 4E and 62. RGB value is (50,78,98). Sum of RGB (Red+Green+Blue) = 50+78+98=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 98 - color contains mainly: blue. Hex color #324E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324E62 is #CDB19D. Grayscale: #474747. Windows color (decimal): -13480350 or 6442546. OLE color: 6442546.

HSL color Cylindrical-coordinate representation of color #324E62: hue angle of 205º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #324E62 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB507898-
CMYK0.490.2000.62
HSL205º32.43%29.02%-
HSV(B)205º48.98%38.43%-
XYZ6.247.0112.58-
YUV71.91142.72112.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.12%
GREEN value IS 78 (30.86% from 255) = 34.51%
BLUE value IS 98 (38.67% from 255) = 43.36%
R=22.12%
G=34.51%
B=43.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5078980.490.2000.6220532.4329.02
Hex324E62311403Ecd201d
Octal6211614261240763154035
Binary110010100111011000101100011010001111101100110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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