Html Css Color HEX #312E46 Revolver

📋 copy color: '#312E46'

red 49 ◦ green 46 ◦ blue 70

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

Shades of Revolver #312E46

Tints of Revolver #312E46

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.88%

 BLUE value IS 70 (27.73% from 255) = 42.42%

R = 29.7%
G = 27.88%
B = 42.42%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#312E46 (or 0x312E46) is known color: Revolver. HEX triplet: 31, 2E and 46. RGB value is (49,46,70). Sum of RGB (Red+Green+Blue) = 49+46+70=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 70 (27.73% from 255 or 42.42% from 165); Max value from RGB is 70 - color contains mainly: blue. Hex color #312E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E46 is #CED1B9. Grayscale: #313131. Windows color (decimal): -13554106 or 4599345. OLE color: 4599345.

HSL color Cylindrical-coordinate representation of color #312E46: hue angle of 247.5º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #312E46 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 46 70 -
CMYK 0.30 0.34 0 0.73
HSL 247.5º 0.21% 0.23% -
HSV(B) 247.5º 0.34% 0.27% -
XYZ 3.35 3.05 6.21 -
YUV 49.63 139.49 127.55 -
System Red Green Blue C M Y K H S L
Decimal 49 46 70 0.30 0.34 0 0.73 247.5 0.21 0.23
Hex 31 2E 46 1E 22 0 49 F8 15 17
Octal 61 56 106 36 42 0 111 370 25 27
Binary 110001 101110 1000110 11110 100010 0 1001001 11111000 10101 10111

Color Harmonies of #312E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312E46

Black with #312E46

Text Example


Text Example

White with #312E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,46,70); }

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

background-color css

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

 a { background-color: rgb(49,46,70); }

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

border-color css

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

 span { border-color: rgb(49,46,70); }

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