#315359

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

Shades of Casal #315359

Tints of Casal #315359

Color information

#315359 (or 0x315359) is unknown color: approx Casal. HEX triplet: 31, 53 and 59. RGB value is (49,83,89). Sum of RGB (Red+Green+Blue) = 49+83+89=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 89 - color contains mainly: blue. Hex color #315359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315359 is #CEACA6. Grayscale: #494949. Windows color (decimal): -13544615 or 5854001. OLE color: 5854001.

HSL color Cylindrical-coordinate representation of color #315359: hue angle of 189º 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 #315359 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB498389-
CMYK0.450.0700.65
HSL189º28.99%27.06%-
HSV(B)189º44.94%34.9%-
XYZ6.167.5610.59-
YUV73.52136.74110.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.17%
GREEN value IS 83 (32.81% from 255) = 37.56%
BLUE value IS 89 (35.16% from 255) = 40.27%
R=22.17%
G=37.56%
B=40.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4983890.450.0700.6518928.9927.06
Hex3153592D7041bd1d1b
Octal6112313155701012753533
Binary1100011010011101100110110111101000001101111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315359; }

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

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

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

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

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

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

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

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