Html Css Color HEX #31575E Casal

📋 copy color: '#31575E'

red 49 ◦ green 87 ◦ blue 94

#31575E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casal #31575E

Tints of Casal #31575E

RGB

 RED value IS 49 (19.53% from 255) = 21.3%

 GREEN value IS 87 (34.38% from 255) = 37.83%

 BLUE value IS 94 (37.11% from 255) = 40.87%

R = 21.3%
G = 37.83%
B = 40.87%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#31575E (or 0x31575E) is known color: Casal. HEX triplet: 31, 57 and 5E. RGB value is (49,87,94). Sum of RGB (Red+Green+Blue) = 49+87+94=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 94 - color contains mainly: blue. Hex color #31575E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31575E is #CEA8A1. Grayscale: #4C4C4C. Windows color (decimal): -13543586 or 6182705. OLE color: 6182705.

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

Color convert

RGB 49 87 94 -
CMYK 0.48 0.07 0 0.63
HSL 189.33º 0.31% 0.28% -
HSV(B) 189.33º 0.48% 0.37% -
XYZ 6.7 8.28 11.83 -
YUV 76.44 137.91 108.43 -
System Red Green Blue C M Y K H S L
Decimal 49 87 94 0.48 0.07 0 0.63 189.33 0.31 0.28
Hex 31 57 5E 30 7 0 3F BD 1F 1C
Octal 61 127 136 60 7 0 77 275 37 34
Binary 110001 1010111 1011110 110000 111 0 111111 10111101 11111 11100

Color Harmonies of #31575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31575E

Black with #31575E

Text Example


Text Example

White with #31575E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31575E;
 }
 .AnyTagClassName
 {
   color: #31575E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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