#325460

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

Shades of Casal #325460

Tints of Casal #325460

Color information

#325460 (or 0x325460) is unknown color: approx Casal. HEX triplet: 32, 54 and 60. RGB value is (50,84,96). Sum of RGB (Red+Green+Blue) = 50+84+96=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 96 - color contains mainly: blue. Hex color #325460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325460 is #CDAB9F. Grayscale: #4B4B4B. Windows color (decimal): -13478816 or 6313010. OLE color: 6313010.

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

Color convert

RGB508496-
CMYK0.480.1200.62
HSL195.65º31.51%28.63%-
HSV(B)195.65º47.92%37.65%-
XYZ6.67.8612.24-
YUV75.2139.74110.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.74%
GREEN value IS 84 (33.20% from 255) = 36.52%
BLUE value IS 96 (37.89% from 255) = 41.74%
R=21.74%
G=36.52%
B=41.74%

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
Decimal5084960.480.1200.62195.6531.5128.63
Hex32546030C03Ec4201d
Octal6212414060140763044035
Binary11001010101001100000110000110001111101100010010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325460; }

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

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

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

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

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

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

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

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