Html Css Color HEX #323349 Lucky Point

📋 copy color: '#323349'

red 50 ◦ green 51 ◦ blue 73

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

Shades of Lucky Point #323349

Tints of Lucky Point #323349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.31%

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

R = 28.74%
G = 29.31%
B = 41.95%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#323349 (or 0x323349) is known color: Lucky Point. HEX triplet: 32, 33 and 49. RGB value is (50,51,73). Sum of RGB (Red+Green+Blue) = 50+51+73=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 73 - color contains mainly: blue. Hex color #323349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323349 is #CDCCB6. Grayscale: #353535. Windows color (decimal): -13487287 or 4797234. OLE color: 4797234.

HSL color Cylindrical-coordinate representation of color #323349: hue angle of 237.39º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #323349 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 51 73 -
CMYK 0.32 0.30 0 0.71
HSL 237.39º 0.19% 0.24% -
HSV(B) 237.39º 0.32% 0.29% -
XYZ 3.7 3.53 6.79 -
YUV 53.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 50 51 73 0.32 0.30 0 0.71 237.39 0.19 0.24
Hex 32 33 49 20 1E 0 47 ED 13 18
Octal 62 63 111 40 36 0 107 355 23 30
Binary 110010 110011 1001001 100000 11110 0 1000111 11101101 10011 11000

Color Harmonies of #323349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323349

Black with #323349

Text Example


Text Example

White with #323349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323349; }

 p { color: rgb(50,51,73); }

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

background-color css

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

 a { background-color: rgb(50,51,73); }

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

border-color css

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

 span { border-color: rgb(50,51,73); }

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