#325B63

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

Shades of Casal #325B63

Tints of Casal #325B63

Color information

#325B63 (or 0x325B63) is unknown color: approx Casal. HEX triplet: 32, 5B and 63. RGB value is (50,91,99). Sum of RGB (Red+Green+Blue) = 50+91+99=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 99 - color contains mainly: blue. Hex color #325B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B63 is #CDA49C. Grayscale: #4F4F4F. Windows color (decimal): -13477021 or 6511410. OLE color: 6511410.

HSL color Cylindrical-coordinate representation of color #325B63: hue angle of 189.8º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #325B63 is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB509199-
CMYK0.490.0800.61
HSL189.8º32.89%29.22%-
HSV(B)189.8º49.49%38.82%-
XYZ7.319.0613.17-
YUV79.65138.92106.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.83%
GREEN value IS 91 (35.94% from 255) = 37.92%
BLUE value IS 99 (39.06% from 255) = 41.25%
R=20.83%
G=37.92%
B=41.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5091990.490.0800.61189.832.8929.22
Hex325B6331803Dbe211d
Octal6213314361100752764135
Binary11001010110111100011110001100001111011011111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325B63; }

 p { color: rgb(50,91,99); }

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

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

 a { background-color: rgb(50,91,99); }

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

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

 span { border-color: rgb(50,91,99); }

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