#325960

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

Shades of Casal #325960

Tints of Casal #325960

Color information

#325960 (or 0x325960) is unknown color: approx Casal. HEX triplet: 32, 59 and 60. RGB value is (50,89,96). Sum of RGB (Red+Green+Blue) = 50+89+96=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 96 - color contains mainly: blue. Hex color #325960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325960 is #CDA69F. Grayscale: #4E4E4E. Windows color (decimal): -13477536 or 6314290. OLE color: 6314290.

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

Color convert

RGB508996-
CMYK0.480.0700.62
HSL189.13º31.51%28.63%-
HSV(B)189.13º47.92%37.65%-
XYZ78.6712.37-
YUV78.14138.08107.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.28%
GREEN value IS 89 (35.16% from 255) = 37.87%
BLUE value IS 96 (37.89% from 255) = 40.85%
R=21.28%
G=37.87%
B=40.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5089960.480.0700.62189.1331.5128.63
Hex32596030703Ebd201d
Octal621311406070762754035
Binary1100101011001110000011000011101111101011110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325960; }

 p { color: rgb(50,89,96); }

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

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

 a { background-color: rgb(50,89,96); }

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

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

 span { border-color: rgb(50,89,96); }

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