#312844

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

Shades of Tolopea #312844

Tints of Tolopea #312844

Color information

#312844 (or 0x312844) is unknown color: approx Tolopea. HEX triplet: 31, 28 and 44. RGB value is (49,40,68). Sum of RGB (Red+Green+Blue) = 49+40+68=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 68 (26.95% from 255 or 43.31% from 157); Max value from RGB is 68 - color contains mainly: blue. Hex color #312844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312844 is #CED7BB. Grayscale: #2D2D2D. Windows color (decimal): -13555644 or 4466737. OLE color: 4466737.

HSL color Cylindrical-coordinate representation of color #312844: hue angle of 259.29º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #312844 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB494068-
CMYK0.280.4100.73
HSL259.29º25.93%21.18%-
HSV(B)259.29º41.18%26.67%-
XYZ3.072.595.81-
YUV45.88140.48130.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.21%
GREEN value IS 40 (16.02% from 255) = 25.48%
BLUE value IS 68 (26.95% from 255) = 43.31%
R=31.21%
G=25.48%
B=43.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4940680.280.4100.73259.2925.9321.18
Hex3128441C290491031a15
Octal6150104345101114033225
Binary110001101000100010011100101001010010011000000111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312844; }

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

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

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

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

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

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

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

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