#313C44

Color #313C44 Mirage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mirage #313C44

Tints of Mirage #313C44

Color information

#313C44 (or 0x313C44) is unknown color: approx Mirage. HEX triplet: 31, 3C and 44. RGB value is (49,60,68). Sum of RGB (Red+Green+Blue) = 49+60+68=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 68 (26.95% from 255 or 38.42% from 177); Max value from RGB is 68 - color contains mainly: blue. Hex color #313C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313C44 is #CEC3BB. Grayscale: #393939. Windows color (decimal): -13550524 or 4471857. OLE color: 4471857.

HSL color Cylindrical-coordinate representation of color #313C44: hue angle of 205.26º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #313C44 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB496068-
CMYK0.280.1200.73
HSL205.26º16.24%22.94%-
HSV(B)205.26º27.94%26.67%-
XYZ3.934.36.09-
YUV57.62133.86121.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.68%
GREEN value IS 60 (23.83% from 255) = 33.90%
BLUE value IS 68 (26.95% from 255) = 38.42%
R=27.68%
G=33.90%
B=38.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4960680.280.1200.73205.2616.2422.94
Hex313C441CC049cd1017
Octal6174104341401113152027
Binary110001111100100010011100110001001001110011011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,60,68); }

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

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

 a { background-color: rgb(49,60,68); }

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

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

 span { border-color: rgb(49,60,68); }

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