#31545A

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

Shades of Casal #31545A

Tints of Casal #31545A

Color information

#31545A (or 0x31545A) is unknown color: approx Casal. HEX triplet: 31, 54 and 5A. RGB value is (49,84,90). Sum of RGB (Red+Green+Blue) = 49+84+90=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 90 - color contains mainly: blue. Hex color #31545A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31545A is #CEABA5. Grayscale: #4A4A4A. Windows color (decimal): -13544358 or 5919793. OLE color: 5919793.

HSL color Cylindrical-coordinate representation of color #31545A: hue angle of 188.78º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31545A is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB498490-
CMYK0.460.0700.65
HSL188.78º29.5%27.25%-
HSV(B)188.78º45.56%35.29%-
XYZ6.287.7310.83-
YUV74.22136.9110.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.97%
GREEN value IS 84 (33.20% from 255) = 37.67%
BLUE value IS 90 (35.55% from 255) = 40.36%
R=21.97%
G=37.67%
B=40.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4984900.460.0700.65188.7829.527.25
Hex31545A2E7041bd1d1b
Octal6112413256701012753533
Binary1100011010100101101010111011101000001101111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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