Html Css Color HEX #313A40 Mirage

📋 copy color: '#313A40'

red 49 ◦ green 58 ◦ blue 64

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

Shades of Mirage #313A40

Tints of Mirage #313A40

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.92%

 BLUE value IS 64 (25.39% from 255) = 37.43%

R = 28.65%
G = 33.92%
B = 37.43%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#313A40 (or 0x313A40) is known color: Mirage. HEX triplet: 31, 3A and 40. RGB value is (49,58,64). Sum of RGB (Red+Green+Blue) = 49+58+64=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 64 - color contains mainly: blue. Hex color #313A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313A40 is #CEC5BF. Grayscale: #373737. Windows color (decimal): -13551040 or 4209201. OLE color: 4209201.

HSL color Cylindrical-coordinate representation of color #313A40: hue angle of 204º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #313A40 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 58 64 -
CMYK 0.23 0.09 0 0.75
HSL 204º 0.13% 0.22% -
HSV(B) 204º 0.23% 0.25% -
XYZ 3.71 4.05 5.44 -
YUV 55.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 49 58 64 0.23 0.09 0 0.75 204 0.13 0.22
Hex 31 3A 40 17 9 0 4B CC D 16
Octal 61 72 100 27 11 0 113 314 15 26
Binary 110001 111010 1000000 10111 1001 0 1001011 11001100 1101 10110

Color Harmonies of #313A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313A40

Black with #313A40

Text Example


Text Example

White with #313A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313A40; }

 p { color: rgb(49,58,64); }

 H1.HeaderClassName
 {
   color: #313A40;
 }
 .AnyTagClassName
 {
   color: #313A40;
 }
</style>

background-color css

<style>
 a { background-color: #313A40; }

 a { background-color: rgb(49,58,64); }

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

border-color css

<style>
 span { border-color: #313A40; }

 span { border-color: rgb(49,58,64); }

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