Html Css Color HEX #323552 Lucky Point

📋 copy color: '#323552'

red 50 ◦ green 53 ◦ blue 82

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

Shades of Lucky Point #323552

Tints of Lucky Point #323552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 44.32%

R = 27.03%
G = 28.65%
B = 44.32%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#323552 (or 0x323552) is known color: Lucky Point. HEX triplet: 32, 35 and 52. RGB value is (50,53,82). Sum of RGB (Red+Green+Blue) = 50+53+82=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 82 - color contains mainly: blue. Hex color #323552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323552 is #CDCAAD. Grayscale: #373737. Windows color (decimal): -13486766 or 5387570. OLE color: 5387570.

HSL color Cylindrical-coordinate representation of color #323552: hue angle of 234.38º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #323552 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 53 82 -
CMYK 0.39 0.35 0 0.68
HSL 234.38º 0.24% 0.26% -
HSV(B) 234.38º 0.39% 0.32% -
XYZ 4.11 3.83 8.51 -
YUV 55.41 143.01 124.14 -
System Red Green Blue C M Y K H S L
Decimal 50 53 82 0.39 0.35 0 0.68 234.38 0.24 0.26
Hex 32 35 52 27 23 0 44 EA 18 1A
Octal 62 65 122 47 43 0 104 352 30 32
Binary 110010 110101 1010010 100111 100011 0 1000100 11101010 11000 11010

Color Harmonies of #323552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323552

Black with #323552

Text Example


Text Example

White with #323552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323552; }

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

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

background-color css

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

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

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

border-color css

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

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

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