#31545E

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

Shades of Casal #31545E

Tints of Casal #31545E

Color information

#31545E (or 0x31545E) is unknown color: approx Casal. HEX triplet: 31, 54 and 5E. RGB value is (49,84,94). Sum of RGB (Red+Green+Blue) = 49+84+94=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 94 - color contains mainly: blue. Hex color #31545E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31545E is #CEABA1. Grayscale: #4A4A4A. Windows color (decimal): -13544354 or 6181937. OLE color: 6181937.

HSL color Cylindrical-coordinate representation of color #31545E: hue angle of 193.33º 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 #31545E is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB498494-
CMYK0.480.1100.63
HSL193.33º31.47%28.04%-
HSV(B)193.33º47.87%36.86%-
XYZ6.467.811.76-
YUV74.68138.9109.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.59%
GREEN value IS 84 (33.20% from 255) = 37.00%
BLUE value IS 94 (37.11% from 255) = 41.41%
R=21.59%
G=37.00%
B=41.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4984940.480.1100.63193.3331.4728.04
Hex31545E30B03Fc11f1c
Octal6112413660130773013734
Binary1100011010100101111011000010110111111110000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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