#312C47

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

Shades of Tolopea #312C47

Tints of Tolopea #312C47

Color information

#312C47 (or 0x312C47) is unknown color: approx Tolopea. HEX triplet: 31, 2C and 47. RGB value is (49,44,71). Sum of RGB (Red+Green+Blue) = 49+44+71=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 71 - color contains mainly: blue. Hex color #312C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312C47 is #CED3B8. Grayscale: #303030. Windows color (decimal): -13554617 or 4664369. OLE color: 4664369.

HSL color Cylindrical-coordinate representation of color #312C47: hue angle of 251.11º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #312C47 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB494471-
CMYK0.310.3800.72
HSL251.11º23.48%22.55%-
HSV(B)251.11º38.03%27.84%-
XYZ3.32.916.35-
YUV48.57140.66128.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.88%
GREEN value IS 44 (17.58% from 255) = 26.83%
BLUE value IS 71 (28.12% from 255) = 43.29%
R=29.88%
G=26.83%
B=43.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4944710.310.3800.72251.1123.4822.55
Hex312C471F26048fb1717
Octal6154107374601103732727
Binary11000110110010001111111110011001001000111110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312C47; }

 p { color: rgb(49,44,71); }

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

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

 a { background-color: rgb(49,44,71); }

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

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

 span { border-color: rgb(49,44,71); }

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