#325860

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

Shades of Casal #325860

Tints of Casal #325860

Color information

#325860 (or 0x325860) is unknown color: approx Casal. HEX triplet: 32, 58 and 60. RGB value is (50,88,96). Sum of RGB (Red+Green+Blue) = 50+88+96=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 96 - color contains mainly: blue. Hex color #325860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325860 is #CDA79F. Grayscale: #4D4D4D. Windows color (decimal): -13477792 or 6314034. OLE color: 6314034.

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

Color convert

RGB508896-
CMYK0.480.0800.62
HSL190.43º31.51%28.63%-
HSV(B)190.43º47.92%37.65%-
XYZ6.928.512.34-
YUV77.55138.41108.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.37%
GREEN value IS 88 (34.77% from 255) = 37.61%
BLUE value IS 96 (37.89% from 255) = 41.03%
R=21.37%
G=37.61%
B=41.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5088960.480.0800.62190.4331.5128.63
Hex32586030803Ebe201d
Octal6213014060100762764035
Binary11001010110001100000110000100001111101011111010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325860; }

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

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

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

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

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

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

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

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