#313449

Color #313449 Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #313449

Tints of Lucky Point #313449

Color information

#313449 (or 0x313449) is unknown color: approx 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

RGB495273-
CMYK0.330.2900.71
HSL232.5º19.67%23.92%-
HSV(B)232.5º32.88%28.63%-
XYZ3.73.596.8-
YUV53.5139.01124.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.16%
GREEN value IS 52 (20.70% 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 (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4952730.330.2900.71232.519.6723.92
Hex313449211D047e81418
Octal6164111413501073502430
Binary11000111010010010011000011110101000111111010001010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>