Html Css Color HEX #323457 Lucky Point

📋 copy color: '#323457'

red 50 ◦ green 52 ◦ blue 87

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

Shades of Lucky Point #323457

Tints of Lucky Point #323457

RGB

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

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

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

R = 26.46%
G = 27.51%
B = 46.03%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#323457 (or 0x323457) is known color: Lucky Point. HEX triplet: 32, 34 and 57. RGB value is (50,52,87). Sum of RGB (Red+Green+Blue) = 50+52+87=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 87 (34.38% from 255 or 46.03% from 189); Max value from RGB is 87 - color contains mainly: blue. Hex color #323457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323457 is #CDCBA8. Grayscale: #373737. Windows color (decimal): -13487017 or 5714994. OLE color: 5714994.

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

Color convert

RGB 50 52 87 -
CMYK 0.43 0.40 0 0.66
HSL 236.76º 0.27% 0.27% -
HSV(B) 236.76º 0.43% 0.34% -
XYZ 4.26 3.82 9.53 -
YUV 55.39 145.84 124.15 -
System Red Green Blue C M Y K H S L
Decimal 50 52 87 0.43 0.40 0 0.66 236.76 0.27 0.27
Hex 32 34 57 2B 28 0 42 ED 1B 1B
Octal 62 64 127 53 50 0 102 355 33 33
Binary 110010 110100 1010111 101011 101000 0 1000010 11101101 11011 11011

Color Harmonies of #323457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323457

Black with #323457

Text Example


Text Example

White with #323457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323457; }

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

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

background-color css

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

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

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

border-color css

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

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

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