Html Css Color HEX #343246 Revolver

📋 copy color: '#343246'

red 52 ◦ green 50 ◦ blue 70

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

Shades of Revolver #343246

Tints of Revolver #343246

RGB

 RED value IS 52 (20.7% from 255) = 30.23%

 GREEN value IS 50 (19.92% from 255) = 29.07%

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

R = 30.23%
G = 29.07%
B = 40.7%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#343246 (or 0x343246) is known color: Revolver. HEX triplet: 34, 32 and 46. RGB value is (52,50,70). Sum of RGB (Red+Green+Blue) = 52+50+70=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 70 - color contains mainly: blue. Hex color #343246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343246 is #CBCDB9. Grayscale: #343434. Windows color (decimal): -13356474 or 4600372. OLE color: 4600372.

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

Color convert

RGB 52 50 70 -
CMYK 0.26 0.29 0 0.73
HSL 246º 0.17% 0.24% -
HSV(B) 246º 0.29% 0.27% -
XYZ 3.66 3.45 6.27 -
YUV 52.88 137.66 127.37 -
System Red Green Blue C M Y K H S L
Decimal 52 50 70 0.26 0.29 0 0.73 246 0.17 0.24
Hex 34 32 46 1A 1D 0 49 F6 11 18
Octal 64 62 106 32 35 0 111 366 21 30
Binary 110100 110010 1000110 11010 11101 0 1001001 11110110 10001 11000

Color Harmonies of #343246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343246

Black with #343246

Text Example


Text Example

White with #343246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343246; }

 p { color: rgb(52,50,70); }

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

background-color css

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

 a { background-color: rgb(52,50,70); }

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

border-color css

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

 span { border-color: rgb(52,50,70); }

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