Html Css Color HEX #323353 Lucky Point

📋 copy color: '#323353'

red 50 ◦ green 51 ◦ blue 83

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

Shades of Lucky Point #323353

Tints of Lucky Point #323353

RGB

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

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

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

R = 27.17%
G = 27.72%
B = 45.11%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#323353 (or 0x323353) is known color: Lucky Point. HEX triplet: 32, 33 and 53. RGB value is (50,51,83). Sum of RGB (Red+Green+Blue) = 50+51+83=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #323353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323353 is #CDCCAC. Grayscale: #363636. Windows color (decimal): -13487277 or 5452594. OLE color: 5452594.

HSL color Cylindrical-coordinate representation of color #323353: hue angle of 238.18º 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 #323353 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 51 83 -
CMYK 0.40 0.39 0 0.67
HSL 238.18º 0.25% 0.26% -
HSV(B) 238.18º 0.4% 0.33% -
XYZ 4.06 3.67 8.68 -
YUV 54.35 144.17 124.9 -
System Red Green Blue C M Y K H S L
Decimal 50 51 83 0.40 0.39 0 0.67 238.18 0.25 0.26
Hex 32 33 53 28 27 0 43 EE 19 1A
Octal 62 63 123 50 47 0 103 356 31 32
Binary 110010 110011 1010011 101000 100111 0 1000011 11101110 11001 11010

Color Harmonies of #323353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323353

Black with #323353

Text Example


Text Example

White with #323353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323353; }

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

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

background-color css

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

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

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

border-color css

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

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

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