#315158

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

Shades of Casal #315158

Tints of Casal #315158

Color information

#315158 (or 0x315158) is unknown color: approx Casal. HEX triplet: 31, 51 and 58. RGB value is (49,81,88). Sum of RGB (Red+Green+Blue) = 49+81+88=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 88 - color contains mainly: blue. Hex color #315158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315158 is #CEAEA7. Grayscale: #484848. Windows color (decimal): -13545128 or 5787953. OLE color: 5787953.

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

Color convert

RGB498188-
CMYK0.440.0800.65
HSL190.77º28.47%26.86%-
HSV(B)190.77º44.32%34.51%-
XYZ5.977.2410.32-
YUV72.23136.9111.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.48%
GREEN value IS 81 (32.03% from 255) = 37.16%
BLUE value IS 88 (34.77% from 255) = 40.37%
R=22.48%
G=37.16%
B=40.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4981880.440.0800.65190.7728.4726.86
Hex3151582C8041bf1c1b
Octal61121130541001012773433
Binary11000110100011011000101100100001000001101111111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315158; }

 p { color: rgb(49,81,88); }

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

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

 a { background-color: rgb(49,81,88); }

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

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

 span { border-color: rgb(49,81,88); }

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