#315561

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

Shades of Casal #315561

Tints of Casal #315561

Color information

#315561 (or 0x315561) is unknown color: approx Casal. HEX triplet: 31, 55 and 61. RGB value is (49,85,97). Sum of RGB (Red+Green+Blue) = 49+85+97=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 97 - color contains mainly: blue. Hex color #315561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315561 is #CEAA9E. Grayscale: #4B4B4B. Windows color (decimal): -13544095 or 6378801. OLE color: 6378801.

HSL color Cylindrical-coordinate representation of color #315561: hue angle of 195º 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 #315561 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB498597-
CMYK0.490.1200.62
HSL195º32.88%28.63%-
HSV(B)195º49.48%38.04%-
XYZ6.678.0112.5-
YUV75.6140.07109.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.21%
GREEN value IS 85 (33.59% from 255) = 36.80%
BLUE value IS 97 (38.28% from 255) = 41.99%
R=21.21%
G=36.80%
B=41.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4985970.490.1200.6219532.8828.63
Hex31556131C03Ec3211d
Octal6112514161140763034135
Binary11000110101011100001110001110001111101100001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315561; }

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

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

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

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

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

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

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

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