#324A62

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

Shades of Cello #324A62

Tints of Cello #324A62

Color information

#324A62 (or 0x324A62) is unknown color: approx Cello. HEX triplet: 32, 4A and 62. RGB value is (50,74,98). Sum of RGB (Red+Green+Blue) = 50+74+98=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 98 (38.67% from 255 or 44.14% from 222); Max value from RGB is 98 - color contains mainly: blue. Hex color #324A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324A62 is #CDB59D. Grayscale: #454545. Windows color (decimal): -13481374 or 6441522. OLE color: 6441522.

HSL color Cylindrical-coordinate representation of color #324A62: hue angle of 210º 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 #324A62 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB507498-
CMYK0.490.2400.62
HSL210º32.43%29.02%-
HSV(B)210º48.98%38.43%-
XYZ5.976.4612.49-
YUV69.56144.05114.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.52%
GREEN value IS 74 (29.30% from 255) = 33.33%
BLUE value IS 98 (38.67% from 255) = 44.14%
R=22.52%
G=33.33%
B=44.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5074980.490.2400.6221032.4329.02
Hex324A62311803Ed2201d
Octal6211214261300763224035
Binary110010100101011000101100011100001111101101001010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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