Html Css Color HEX #312C40 Tolopea

📋 copy color: '#312C40'

red 49 ◦ green 44 ◦ blue 64

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

Shades of Tolopea #312C40

Tints of Tolopea #312C40

RGB

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

 GREEN value IS 44 (17.58% from 255) = 28.03%

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

R = 31.21%
G = 28.03%
B = 40.76%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#312C40 (or 0x312C40) is known color: Tolopea. HEX triplet: 31, 2C and 40. RGB value is (49,44,64). Sum of RGB (Red+Green+Blue) = 49+44+64=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 64 - color contains mainly: blue. Hex color #312C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312C40 is #CED3BF. Grayscale: #2F2F2F. Windows color (decimal): -13554624 or 4205617. OLE color: 4205617.

HSL color Cylindrical-coordinate representation of color #312C40: hue angle of 255º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #312C40 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 44 64 -
CMYK 0.23 0.31 0 0.75
HSL 255º 0.19% 0.21% -
HSV(B) 255º 0.31% 0.25% -
XYZ 3.09 2.82 5.23 -
YUV 47.78 137.16 128.87 -
System Red Green Blue C M Y K H S L
Decimal 49 44 64 0.23 0.31 0 0.75 255 0.19 0.21
Hex 31 2C 40 17 1F 0 4B FF 13 15
Octal 61 54 100 27 37 0 113 377 23 25
Binary 110001 101100 1000000 10111 11111 0 1001011 11111111 10011 10101

Color Harmonies of #312C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312C40

Black with #312C40

Text Example


Text Example

White with #312C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #312C40;
 }
 .AnyTagClassName
 {
   color: #312C40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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