Html Css Color HEX #323547 Lucky Point

📋 copy color: '#323547'

red 50 ◦ green 53 ◦ blue 71

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

Shades of Lucky Point #323547

Tints of Lucky Point #323547

RGB

 RED value IS 50 (19.92% from 255) = 28.74%

 GREEN value IS 53 (21.09% from 255) = 30.46%

 BLUE value IS 71 (28.13% from 255) = 40.8%

R = 28.74%
G = 30.46%
B = 40.8%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#323547 (or 0x323547) is known color: Lucky Point. HEX triplet: 32, 35 and 47. RGB value is (50,53,71). Sum of RGB (Red+Green+Blue) = 50+53+71=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 71 - color contains mainly: blue. Hex color #323547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323547 is #CDCAB8. Grayscale: #363636. Windows color (decimal): -13486777 or 4666674. OLE color: 4666674.

HSL color Cylindrical-coordinate representation of color #323547: hue angle of 231.43º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #323547 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 53 71 -
CMYK 0.30 0.25 0 0.72
HSL 231.43º 0.17% 0.24% -
HSV(B) 231.43º 0.3% 0.28% -
XYZ 3.73 3.68 6.48 -
YUV 54.16 137.51 125.04 -
System Red Green Blue C M Y K H S L
Decimal 50 53 71 0.30 0.25 0 0.72 231.43 0.17 0.24
Hex 32 35 47 1E 19 0 48 E7 11 18
Octal 62 65 107 36 31 0 110 347 21 30
Binary 110010 110101 1000111 11110 11001 0 1001000 11100111 10001 11000

Color Harmonies of #323547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323547

Black with #323547

Text Example


Text Example

White with #323547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323547; }

 p { color: rgb(50,53,71); }

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

background-color css

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

 a { background-color: rgb(50,53,71); }

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

border-color css

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

 span { border-color: rgb(50,53,71); }

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