Html Css Color HEX #323557 Lucky Point

📋 copy color: '#323557'

red 50 ◦ green 53 ◦ blue 87

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

Shades of Lucky Point #323557

Tints of Lucky Point #323557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 45.79%

R = 26.32%
G = 27.89%
B = 45.79%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#323557 (or 0x323557) is known color: Lucky Point. HEX triplet: 32, 35 and 57. RGB value is (50,53,87). Sum of RGB (Red+Green+Blue) = 50+53+87=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #323557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323557 is #CDCAA8. Grayscale: #373737. Windows color (decimal): -13486761 or 5715250. OLE color: 5715250.

HSL color Cylindrical-coordinate representation of color #323557: hue angle of 235.14º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #323557 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 50 53 87 -
CMYK 0.43 0.39 0 0.66
HSL 235.14º 0.27% 0.27% -
HSV(B) 235.14º 0.43% 0.34% -
XYZ 4.31 3.91 9.54 -
YUV 55.98 145.51 123.74 -
System Red Green Blue C M Y K H S L
Decimal 50 53 87 0.43 0.39 0 0.66 235.14 0.27 0.27
Hex 32 35 57 2B 27 0 42 EB 1B 1B
Octal 62 65 127 53 47 0 102 353 33 33
Binary 110010 110101 1010111 101011 100111 0 1000010 11101011 11011 11011

Color Harmonies of #323557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323557

Black with #323557

Text Example


Text Example

White with #323557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323557; }

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

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

background-color css

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

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

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

border-color css

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

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

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