Html Css Color HEX #323754 Lucky Point

📋 copy color: '#323754'

red 50 ◦ green 55 ◦ blue 84

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

Shades of Lucky Point #323754

Tints of Lucky Point #323754

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.1%

 BLUE value IS 84 (33.2% from 255) = 44.44%

R = 26.46%
G = 29.1%
B = 44.44%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#323754 (or 0x323754) is known color: Lucky Point. HEX triplet: 32, 37 and 54. RGB value is (50,55,84). Sum of RGB (Red+Green+Blue) = 50+55+84=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 84 (33.20% from 255 or 44.44% from 189); Max value from RGB is 84 - color contains mainly: blue. Hex color #323754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323754 is #CDC8AB. Grayscale: #383838. Windows color (decimal): -13486252 or 5519154. OLE color: 5519154.

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

Color convert

RGB 50 55 84 -
CMYK 0.40 0.35 0 0.67
HSL 231.18º 0.25% 0.26% -
HSV(B) 231.18º 0.4% 0.33% -
XYZ 4.28 4.05 8.94 -
YUV 56.81 143.34 123.14 -
System Red Green Blue C M Y K H S L
Decimal 50 55 84 0.40 0.35 0 0.67 231.18 0.25 0.26
Hex 32 37 54 28 23 0 43 E7 19 1A
Octal 62 67 124 50 43 0 103 347 31 32
Binary 110010 110111 1010100 101000 100011 0 1000011 11100111 11001 11010

Color Harmonies of #323754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323754

Black with #323754

Text Example


Text Example

White with #323754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323754; }

 p { color: rgb(50,55,84); }

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

background-color css

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

 a { background-color: rgb(50,55,84); }

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

border-color css

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

 span { border-color: rgb(50,55,84); }

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