Html Css Color HEX #323448 Lucky Point

📋 copy color: '#323448'

red 50 ◦ green 52 ◦ blue 72

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

Shades of Lucky Point #323448

Tints of Lucky Point #323448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.89%

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

R = 28.74%
G = 29.89%
B = 41.38%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#323448 (or 0x323448) is known color: Lucky Point. HEX triplet: 32, 34 and 48. RGB value is (50,52,72). Sum of RGB (Red+Green+Blue) = 50+52+72=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 72 - color contains mainly: blue. Hex color #323448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323448 is #CDCBB7. Grayscale: #353535. Windows color (decimal): -13487032 or 4731954. OLE color: 4731954.

HSL color Cylindrical-coordinate representation of color #323448: hue angle of 234.55º 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 #323448 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 52 72 -
CMYK 0.31 0.28 0 0.72
HSL 234.55º 0.18% 0.24% -
HSV(B) 234.55º 0.31% 0.28% -
XYZ 3.71 3.6 6.63 -
YUV 53.68 138.34 125.37 -
System Red Green Blue C M Y K H S L
Decimal 50 52 72 0.31 0.28 0 0.72 234.55 0.18 0.24
Hex 32 34 48 1F 1C 0 48 EB 12 18
Octal 62 64 110 37 34 0 110 353 22 30
Binary 110010 110100 1001000 11111 11100 0 1001000 11101011 10010 11000

Color Harmonies of #323448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323448

Black with #323448

Text Example


Text Example

White with #323448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323448; }

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

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

background-color css

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

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

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

border-color css

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

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

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