#315760

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

Shades of Casal #315760

Tints of Casal #315760

Color information

#315760 (or 0x315760) is unknown color: approx Casal. HEX triplet: 31, 57 and 60. RGB value is (49,87,96). Sum of RGB (Red+Green+Blue) = 49+87+96=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #315760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315760 is #CEA89F. Grayscale: #4C4C4C. Windows color (decimal): -13543584 or 6313777. OLE color: 6313777.

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

Color convert

RGB498796-
CMYK0.490.0900.62
HSL191.49º32.41%28.43%-
HSV(B)191.49º48.96%37.65%-
XYZ6.798.3112.31-
YUV76.66138.91108.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.12%
GREEN value IS 87 (34.38% from 255) = 37.5%
BLUE value IS 96 (37.89% from 255) = 41.38%
R=21.12%
G=37.5%
B=41.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4987960.490.0900.62191.4932.4128.43
Hex31576031903Ebf201c
Octal6112714061110762774034
Binary11000110101111100000110001100101111101011111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315760; }

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

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

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

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

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

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

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

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