#31545F

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

Shades of Casal #31545F

Tints of Casal #31545F

Color information

#31545F (or 0x31545F) is unknown color: approx Casal. HEX triplet: 31, 54 and 5F. RGB value is (49,84,95). Sum of RGB (Red+Green+Blue) = 49+84+95=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 95 - color contains mainly: blue. Hex color #31545F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31545F is #CEABA0. Grayscale: #4A4A4A. Windows color (decimal): -13544353 or 6247473. OLE color: 6247473.

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

Color convert

RGB498495-
CMYK0.480.1200.63
HSL194.35º31.94%28.24%-
HSV(B)194.35º48.42%37.25%-
XYZ6.57.8211.99-
YUV74.79139.4109.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.49%
GREEN value IS 84 (33.20% from 255) = 36.84%
BLUE value IS 95 (37.5% from 255) = 41.67%
R=21.49%
G=36.84%
B=41.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4984950.480.1200.63194.3531.9428.24
Hex31545F30C03Fc2201c
Octal6112413760140773024034
Binary11000110101001011111110000110001111111100001010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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