Html Css Color HEX #313446 Lucky Point

📋 copy color: '#313446'

red 49 ◦ green 52 ◦ blue 70

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

Shades of Lucky Point #313446

Tints of Lucky Point #313446

RGB

 RED value IS 49 (19.53% from 255) = 28.65%

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

 BLUE value IS 70 (27.73% from 255) = 40.94%

R = 28.65%
G = 30.41%
B = 40.94%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#313446 (or 0x313446) is known color: Lucky Point. HEX triplet: 31, 34 and 46. RGB value is (49,52,70). Sum of RGB (Red+Green+Blue) = 49+52+70=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 70 - color contains mainly: blue. Hex color #313446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313446 is #CECBB9. Grayscale: #353535. Windows color (decimal): -13552570 or 4600881. OLE color: 4600881.

HSL color Cylindrical-coordinate representation of color #313446: hue angle of 231.43º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #313446 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 52 70 -
CMYK 0.30 0.26 0 0.73
HSL 231.43º 0.18% 0.23% -
HSV(B) 231.43º 0.3% 0.27% -
XYZ 3.6 3.55 6.29 -
YUV 53.16 137.51 125.04 -
System Red Green Blue C M Y K H S L
Decimal 49 52 70 0.30 0.26 0 0.73 231.43 0.18 0.23
Hex 31 34 46 1E 1A 0 49 E7 12 17
Octal 61 64 106 36 32 0 111 347 22 27
Binary 110001 110100 1000110 11110 11010 0 1001001 11100111 10010 10111

Color Harmonies of #313446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313446

Black with #313446

Text Example


Text Example

White with #313446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313446; }

 p { color: rgb(49,52,70); }

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

background-color css

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

 a { background-color: rgb(49,52,70); }

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

border-color css

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

 span { border-color: rgb(49,52,70); }

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