#31565E

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

Shades of Casal #31565E

Tints of Casal #31565E

Color information

#31565E (or 0x31565E) is unknown color: approx Casal. HEX triplet: 31, 56 and 5E. RGB value is (49,86,94). Sum of RGB (Red+Green+Blue) = 49+86+94=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 94 - color contains mainly: blue. Hex color #31565E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31565E is #CEA9A1. Grayscale: #4B4B4B. Windows color (decimal): -13543842 or 6182449. OLE color: 6182449.

HSL color Cylindrical-coordinate representation of color #31565E: hue angle of 190.67º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #31565E is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB498694-
CMYK0.480.0900.63
HSL190.67º31.47%28.04%-
HSV(B)190.67º47.87%36.86%-
XYZ6.618.1211.81-
YUV75.85138.24108.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.40%
GREEN value IS 86 (33.98% from 255) = 37.55%
BLUE value IS 94 (37.11% from 255) = 41.05%
R=21.40%
G=37.55%
B=41.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4986940.480.0900.63190.6731.4728.04
Hex31565E30903Fbf1f1c
Octal6112613660110772773734
Binary1100011010110101111011000010010111111101111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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