Html Css Color HEX #323550 Lucky Point

📋 copy color: '#323550'

red 50 ◦ green 53 ◦ blue 80

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

Shades of Lucky Point #323550

Tints of Lucky Point #323550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 43.72%

R = 27.32%
G = 28.96%
B = 43.72%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#323550 (or 0x323550) is known color: Lucky Point. HEX triplet: 32, 35 and 50. RGB value is (50,53,80). Sum of RGB (Red+Green+Blue) = 50+53+80=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 80 - color contains mainly: blue. Hex color #323550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323550 is #CDCAAF. Grayscale: #373737. Windows color (decimal): -13486768 or 5256498. OLE color: 5256498.

HSL color Cylindrical-coordinate representation of color #323550: hue angle of 234º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #323550 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 53 80 -
CMYK 0.37 0.34 0 0.69
HSL 234º 0.23% 0.25% -
HSV(B) 234º 0.38% 0.31% -
XYZ 4.04 3.8 8.11 -
YUV 55.18 142.01 124.3 -
System Red Green Blue C M Y K H S L
Decimal 50 53 80 0.37 0.34 0 0.69 234 0.23 0.25
Hex 32 35 50 25 22 0 45 EA 17 19
Octal 62 65 120 45 42 0 105 352 27 31
Binary 110010 110101 1010000 100101 100010 0 1000101 11101010 10111 11001

Color Harmonies of #323550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323550

Black with #323550

Text Example


Text Example

White with #323550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323550; }

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

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

background-color css

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

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

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

border-color css

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

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

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