#325660

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

Shades of Casal #325660

Tints of Casal #325660

Color information

#325660 (or 0x325660) is unknown color: approx Casal. HEX triplet: 32, 56 and 60. RGB value is (50,86,96). Sum of RGB (Red+Green+Blue) = 50+86+96=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #325660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325660 is #CDA99F. Grayscale: #4C4C4C. Windows color (decimal): -13478304 or 6313522. OLE color: 6313522.

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

Color convert

RGB508696-
CMYK0.480.1000.62
HSL193.04º31.51%28.63%-
HSV(B)193.04º47.92%37.65%-
XYZ6.758.1812.29-
YUV76.38139.07109.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.55%
GREEN value IS 86 (33.98% from 255) = 37.07%
BLUE value IS 96 (37.89% from 255) = 41.38%
R=21.55%
G=37.07%
B=41.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5086960.480.1000.62193.0431.5128.63
Hex32566030A03Ec1201d
Octal6212614060120763014035
Binary11001010101101100000110000101001111101100000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325660; }

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

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

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

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

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

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

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

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