#324962

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

Shades of Cello #324962

Tints of Cello #324962

Color information

#324962 (or 0x324962) is unknown color: approx Cello. HEX triplet: 32, 49 and 62. RGB value is (50,73,98). Sum of RGB (Red+Green+Blue) = 50+73+98=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: blue. Hex color #324962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324962 is #CDB69D. Grayscale: #444444. Windows color (decimal): -13481630 or 6441266. OLE color: 6441266.

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

Color convert

RGB507398-
CMYK0.490.2600.62
HSL211.25º32.43%29.02%-
HSV(B)211.25º48.98%38.43%-
XYZ5.96.3312.47-
YUV68.97144.38114.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.62%
GREEN value IS 73 (28.91% from 255) = 33.03%
BLUE value IS 98 (38.67% from 255) = 44.34%
R=22.62%
G=33.03%
B=44.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5073980.490.2600.62211.2532.4329.02
Hex324962311A03Ed3201d
Octal6211114261320763234035
Binary110010100100111000101100011101001111101101001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324962; }

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

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

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

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

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

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

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

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