#315259

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

Shades of Casal #315259

Tints of Casal #315259

Color information

#315259 (or 0x315259) is unknown color: approx Casal. HEX triplet: 31, 52 and 59. RGB value is (49,82,89). Sum of RGB (Red+Green+Blue) = 49+82+89=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #315259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315259 is #CEADA6. Grayscale: #484848. Windows color (decimal): -13544871 or 5853745. OLE color: 5853745.

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

Color convert

RGB498289-
CMYK0.450.0800.65
HSL190.5º28.99%27.06%-
HSV(B)190.5º44.94%34.9%-
XYZ6.097.4110.56-
YUV72.93137.07110.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.27%
GREEN value IS 82 (32.42% from 255) = 37.27%
BLUE value IS 89 (35.16% from 255) = 40.45%
R=22.27%
G=37.27%
B=40.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4982890.450.0800.65190.528.9927.06
Hex3152592D8041be1d1b
Octal61122131551001012763533
Binary11000110100101011001101101100001000001101111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315259; }

 p { color: rgb(49,82,89); }

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

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

 a { background-color: rgb(49,82,89); }

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

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

 span { border-color: rgb(49,82,89); }

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