Html Css Color HEX #323553 Lucky Point

📋 copy color: '#323553'

red 50 ◦ green 53 ◦ blue 83

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

Shades of Lucky Point #323553

Tints of Lucky Point #323553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 44.62%

R = 26.88%
G = 28.49%
B = 44.62%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#323553 (or 0x323553) is known color: Lucky Point. HEX triplet: 32, 35 and 53. RGB value is (50,53,83). Sum of RGB (Red+Green+Blue) = 50+53+83=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 83 - color contains mainly: blue. Hex color #323553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323553 is #CDCAAC. Grayscale: #373737. Windows color (decimal): -13486765 or 5453106. OLE color: 5453106.

HSL color Cylindrical-coordinate representation of color #323553: hue angle of 234.55º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #323553 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 53 83 -
CMYK 0.40 0.36 0 0.67
HSL 234.55º 0.25% 0.26% -
HSV(B) 234.55º 0.4% 0.33% -
XYZ 4.15 3.85 8.71 -
YUV 55.52 143.51 124.06 -
System Red Green Blue C M Y K H S L
Decimal 50 53 83 0.40 0.36 0 0.67 234.55 0.25 0.26
Hex 32 35 53 28 24 0 43 EB 19 1A
Octal 62 65 123 50 44 0 103 353 31 32
Binary 110010 110101 1010011 101000 100100 0 1000011 11101011 11001 11010

Color Harmonies of #323553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323553

Black with #323553

Text Example


Text Example

White with #323553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323553; }

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

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

background-color css

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

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

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

border-color css

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

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

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