#325258

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

Shades of Casal #325258

Tints of Casal #325258

Color information

#325258 (or 0x325258) is unknown color: approx Casal. HEX triplet: 32, 52 and 58. RGB value is (50,82,88). Sum of RGB (Red+Green+Blue) = 50+82+88=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 88 - color contains mainly: blue. Hex color #325258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325258 is #CDADA7. Grayscale: #494949. Windows color (decimal): -13479336 or 5788210. OLE color: 5788210.

HSL color Cylindrical-coordinate representation of color #325258: hue angle of 189.47º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #325258 is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB508288-
CMYK0.430.0700.65
HSL189.47º27.54%27.06%-
HSV(B)189.47º43.18%34.51%-
XYZ6.097.4210.34-
YUV73.12136.4111.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.73%
GREEN value IS 82 (32.42% from 255) = 37.27%
BLUE value IS 88 (34.77% from 255) = 40%
R=22.73%
G=37.27%
B=40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5082880.430.0700.65189.4727.5427.06
Hex3252582B7041bd1c1b
Octal6212213053701012753433
Binary1100101010010101100010101111101000001101111011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325258; }

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

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

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

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

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

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

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

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