#325863

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

Shades of Casal #325863

Tints of Casal #325863

Color information

#325863 (or 0x325863) is unknown color: approx Casal. HEX triplet: 32, 58 and 63. RGB value is (50,88,99). Sum of RGB (Red+Green+Blue) = 50+88+99=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 99 - color contains mainly: blue. Hex color #325863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325863 is #CDA79C. Grayscale: #4D4D4D. Windows color (decimal): -13477789 or 6510642. OLE color: 6510642.

HSL color Cylindrical-coordinate representation of color #325863: hue angle of 193.47º 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 #325863 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB508899-
CMYK0.490.1100.61
HSL193.47º32.89%29.22%-
HSV(B)193.47º49.49%38.82%-
XYZ7.068.5613.08-
YUV77.89139.91108.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.10%
GREEN value IS 88 (34.77% from 255) = 37.13%
BLUE value IS 99 (39.06% from 255) = 41.77%
R=21.10%
G=37.13%
B=41.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5088990.490.1100.61193.4732.8929.22
Hex32586331B03Dc1211d
Octal6213014361130753014135
Binary11001010110001100011110001101101111011100000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325863; }

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

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

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

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

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

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

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

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