#31555D

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

Shades of Casal #31555D

Tints of Casal #31555D

Color information

#31555D (or 0x31555D) is unknown color: approx Casal. HEX triplet: 31, 55 and 5D. RGB value is (49,85,93). Sum of RGB (Red+Green+Blue) = 49+85+93=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 93 - color contains mainly: blue. Hex color #31555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31555D is #CEAAA2. Grayscale: #4B4B4B. Windows color (decimal): -13544099 or 6116657. OLE color: 6116657.

HSL color Cylindrical-coordinate representation of color #31555D: hue angle of 190.91º 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 #31555D is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB498593-
CMYK0.470.0900.64
HSL190.91º30.99%27.84%-
HSV(B)190.91º47.31%36.47%-
XYZ6.497.9411.55-
YUV75.15138.07109.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.59%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 93 (36.72% from 255) = 40.97%
R=21.59%
G=37.44%
B=40.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4985930.470.0900.64190.9130.9927.84
Hex31555D2F9040bf1f1c
Octal61125135571101002773734
Binary11000110101011011101101111100101000000101111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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