#325561

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

Shades of Casal #325561

Tints of Casal #325561

Color information

#325561 (or 0x325561) is unknown color: approx Casal. HEX triplet: 32, 55 and 61. RGB value is (50,85,97). Sum of RGB (Red+Green+Blue) = 50+85+97=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 97 - color contains mainly: blue. Hex color #325561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325561 is #CDAA9E. Grayscale: #4B4B4B. Windows color (decimal): -13478559 or 6378802. OLE color: 6378802.

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

Color convert

RGB508597-
CMYK0.480.1200.62
HSL195.32º31.97%28.82%-
HSV(B)195.32º48.45%38.04%-
XYZ6.728.0412.51-
YUV75.9139.9109.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.55%
GREEN value IS 85 (33.59% from 255) = 36.64%
BLUE value IS 97 (38.28% from 255) = 41.81%
R=21.55%
G=36.64%
B=41.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5085970.480.1200.62195.3231.9728.82
Hex32556130C03Ec3201d
Octal6212514160140763034035
Binary11001010101011100001110000110001111101100001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325561; }

 p { color: rgb(50,85,97); }

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

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

 a { background-color: rgb(50,85,97); }

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

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

 span { border-color: rgb(50,85,97); }

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