Html Css Color HEX #313449 Lucky Point

📋 copy color: '#313449'

red 49 ◦ green 52 ◦ blue 73

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

Shades of Lucky Point #313449

Tints of Lucky Point #313449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 41.95%

R = 28.16%
G = 29.89%
B = 41.95%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#313449 (or 0x313449) is known color: Lucky Point. HEX triplet: 31, 34 and 49. RGB value is (49,52,73). Sum of RGB (Red+Green+Blue) = 49+52+73=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 73 - color contains mainly: blue. Hex color #313449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313449 is #CECBB6. Grayscale: #353535. Windows color (decimal): -13552567 or 4797489. OLE color: 4797489.

HSL color Cylindrical-coordinate representation of color #313449: hue angle of 232.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #313449 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 52 73 -
CMYK 0.33 0.29 0 0.71
HSL 232.5º 0.2% 0.24% -
HSV(B) 232.5º 0.33% 0.29% -
XYZ 3.7 3.59 6.8 -
YUV 53.5 139.01 124.79 -
System Red Green Blue C M Y K H S L
Decimal 49 52 73 0.33 0.29 0 0.71 232.5 0.2 0.24
Hex 31 34 49 21 1D 0 47 E8 14 18
Octal 61 64 111 41 35 0 107 350 24 30
Binary 110001 110100 1001001 100001 11101 0 1000111 11101000 10100 11000

Color Harmonies of #313449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313449

Black with #313449

Text Example


Text Example

White with #313449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313449; }

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

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

background-color css

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

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

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

border-color css

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

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

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