Html Css Color HEX #343649 Lucky Point

📋 copy color: '#343649'

red 52 ◦ green 54 ◦ blue 73

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

Shades of Lucky Point #343649

Tints of Lucky Point #343649

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.17%

 BLUE value IS 73 (28.91% from 255) = 40.78%

R = 29.05%
G = 30.17%
B = 40.78%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#343649 (or 0x343649) is known color: Lucky Point. HEX triplet: 34, 36 and 49. RGB value is (52,54,73). Sum of RGB (Red+Green+Blue) = 52+54+73=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 73 - color contains mainly: blue. Hex color #343649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343649 is #CBC9B6. Grayscale: #373737. Windows color (decimal): -13355447 or 4798004. OLE color: 4798004.

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

Color convert

RGB 52 54 73 -
CMYK 0.29 0.26 0 0.71
HSL 234.29º 0.17% 0.25% -
HSV(B) 234.29º 0.29% 0.29% -
XYZ 3.94 3.85 6.84 -
YUV 55.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 52 54 73 0.29 0.26 0 0.71 234.29 0.17 0.25
Hex 34 36 49 1D 1A 0 47 EA 11 19
Octal 64 66 111 35 32 0 107 352 21 31
Binary 110100 110110 1001001 11101 11010 0 1000111 11101010 10001 11001

Color Harmonies of #343649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343649

Black with #343649

Text Example


Text Example

White with #343649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343649; }

 p { color: rgb(52,54,73); }

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

background-color css

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

 a { background-color: rgb(52,54,73); }

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

border-color css

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

 span { border-color: rgb(52,54,73); }

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