#31565D

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

Shades of Casal #31565D

Tints of Casal #31565D

Color information

#31565D (or 0x31565D) is unknown color: approx Casal. HEX triplet: 31, 56 and 5D. RGB value is (49,86,93). Sum of RGB (Red+Green+Blue) = 49+86+93=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 93 - color contains mainly: blue. Hex color #31565D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31565D is #CEA9A2. Grayscale: #4B4B4B. Windows color (decimal): -13543843 or 6116913. OLE color: 6116913.

HSL color Cylindrical-coordinate representation of color #31565D: hue angle of 189.55º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31565D is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB498693-
CMYK0.470.0800.64
HSL189.55º30.99%27.84%-
HSV(B)189.55º47.31%36.47%-
XYZ6.578.111.57-
YUV75.74137.74108.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.49%
GREEN value IS 86 (33.98% from 255) = 37.72%
BLUE value IS 93 (36.72% from 255) = 40.79%
R=21.49%
G=37.72%
B=40.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4986930.470.0800.64189.5530.9927.84
Hex31565D2F8040be1f1c
Octal61126135571001002763734
Binary11000110101101011101101111100001000000101111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31565D; }

 p { color: rgb(49,86,93); }

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

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

 a { background-color: rgb(49,86,93); }

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

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

 span { border-color: rgb(49,86,93); }

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