Html Css Color HEX #323548 Lucky Point

📋 copy color: '#323548'

red 50 ◦ green 53 ◦ blue 72

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

Shades of Lucky Point #323548

Tints of Lucky Point #323548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 41.14%

R = 28.57%
G = 30.29%
B = 41.14%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#323548 (or 0x323548) is known color: Lucky Point. HEX triplet: 32, 35 and 48. RGB value is (50,53,72). Sum of RGB (Red+Green+Blue) = 50+53+72=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 53 (21.09% from 255 or 30.29% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 72 - color contains mainly: blue. Hex color #323548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323548 is #CDCAB7. Grayscale: #363636. Windows color (decimal): -13486776 or 4732210. OLE color: 4732210.

HSL color Cylindrical-coordinate representation of color #323548: hue angle of 231.82º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #323548 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 53 72 -
CMYK 0.31 0.26 0 0.72
HSL 231.82º 0.18% 0.24% -
HSV(B) 231.82º 0.31% 0.28% -
XYZ 3.76 3.69 6.65 -
YUV 54.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 50 53 72 0.31 0.26 0 0.72 231.82 0.18 0.24
Hex 32 35 48 1F 1A 0 48 E8 12 18
Octal 62 65 110 37 32 0 110 350 22 30
Binary 110010 110101 1001000 11111 11010 0 1001000 11101000 10010 11000

Color Harmonies of #323548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323548

Black with #323548

Text Example


Text Example

White with #323548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323548; }

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

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

background-color css

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

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

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

border-color css

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

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

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