#324A5C

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

Shades of Cello #324A5C

Tints of Cello #324A5C

Color information

#324A5C (or 0x324A5C) is unknown color: approx Cello. HEX triplet: 32, 4A and 5C. RGB value is (50,74,92). Sum of RGB (Red+Green+Blue) = 50+74+92=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 92 - color contains mainly: blue. Hex color #324A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324A5C is #CDB5A3. Grayscale: #444444. Windows color (decimal): -13481380 or 6048306. OLE color: 6048306.

HSL color Cylindrical-coordinate representation of color #324A5C: hue angle of 205.71º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #324A5C is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB507492-
CMYK0.460.2000.64
HSL205.71º29.58%27.84%-
HSV(B)205.71º45.65%36.08%-
XYZ5.76.3511.05-
YUV68.88141.05114.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.15%
GREEN value IS 74 (29.30% from 255) = 34.26%
BLUE value IS 92 (36.33% from 255) = 42.59%
R=23.15%
G=34.26%
B=42.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5074920.460.2000.64205.7129.5827.84
Hex324A5C2E14040ce1e1c
Octal62112134562401003163634
Binary110010100101010111001011101010001000000110011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,74,92); }

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

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

 a { background-color: rgb(50,74,92); }

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

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

 span { border-color: rgb(50,74,92); }

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