#325760

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

Shades of Casal #325760

Tints of Casal #325760

Color information

#325760 (or 0x325760) is unknown color: approx Casal. HEX triplet: 32, 57 and 60. RGB value is (50,87,96). Sum of RGB (Red+Green+Blue) = 50+87+96=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 96 - color contains mainly: blue. Hex color #325760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325760 is #CDA89F. Grayscale: #4C4C4C. Windows color (decimal): -13478048 or 6313778. OLE color: 6313778.

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

Color convert

RGB508796-
CMYK0.480.0900.62
HSL191.74º31.51%28.63%-
HSV(B)191.74º47.92%37.65%-
XYZ6.838.3412.32-
YUV76.96138.74108.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.46%
GREEN value IS 87 (34.38% from 255) = 37.34%
BLUE value IS 96 (37.89% from 255) = 41.20%
R=21.46%
G=37.34%
B=41.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5087960.480.0900.62191.7431.5128.63
Hex32576030903Ec0201d
Octal6212714060110763004035
Binary11001010101111100000110000100101111101100000010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325760; }

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

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

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

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

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

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

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

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