#315761

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

Shades of Casal #315761

Tints of Casal #315761

Color information

#315761 (or 0x315761) is unknown color: approx Casal. HEX triplet: 31, 57 and 61. RGB value is (49,87,97). Sum of RGB (Red+Green+Blue) = 49+87+97=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #315761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315761 is #CEA89E. Grayscale: #4C4C4C. Windows color (decimal): -13543583 or 6379313. OLE color: 6379313.

HSL color Cylindrical-coordinate representation of color #315761: hue angle of 192.5º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #315761 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB498797-
CMYK0.490.1000.62
HSL192.5º32.88%28.63%-
HSV(B)192.5º49.48%38.04%-
XYZ6.838.3312.56-
YUV76.78139.41108.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.03%
GREEN value IS 87 (34.38% from 255) = 37.34%
BLUE value IS 97 (38.28% from 255) = 41.63%
R=21.03%
G=37.34%
B=41.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4987970.490.1000.62192.532.8828.63
Hex31576131A03Ec0211d
Octal6112714161120763004135
Binary11000110101111100001110001101001111101100000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315761; }

 p { color: rgb(49,87,97); }

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

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

 a { background-color: rgb(49,87,97); }

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

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

 span { border-color: rgb(49,87,97); }

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