#325961

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

Shades of Casal #325961

Tints of Casal #325961

Color information

#325961 (or 0x325961) is unknown color: approx Casal. HEX triplet: 32, 59 and 61. RGB value is (50,89,97). Sum of RGB (Red+Green+Blue) = 50+89+97=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 97 - color contains mainly: blue. Hex color #325961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325961 is #CDA69E. Grayscale: #4E4E4E. Windows color (decimal): -13477535 or 6379826. OLE color: 6379826.

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

Color convert

RGB508997-
CMYK0.480.0800.62
HSL190.21º31.97%28.82%-
HSV(B)190.21º48.45%38.04%-
XYZ7.058.6912.61-
YUV78.25138.58107.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.19%
GREEN value IS 89 (35.16% from 255) = 37.71%
BLUE value IS 97 (38.28% from 255) = 41.10%
R=21.19%
G=37.71%
B=41.10%

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
Decimal5089970.480.0800.62190.2131.9728.82
Hex32596130803Ebe201d
Octal6213114160100762764035
Binary11001010110011100001110000100001111101011111010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325961; }

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

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

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

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

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

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

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

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