#313752

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

Shades of Lucky Point #313752

Tints of Lucky Point #313752

Color information

#313752 (or 0x313752) is unknown color: approx Lucky Point. HEX triplet: 31, 37 and 52. RGB value is (49,55,82). Sum of RGB (Red+Green+Blue) = 49+55+82=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 82 - color contains mainly: blue. Hex color #313752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313752 is #CEC8AD. Grayscale: #383838. Windows color (decimal): -13551790 or 5388081. OLE color: 5388081.

HSL color Cylindrical-coordinate representation of color #313752: hue angle of 229.09º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #313752 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB495582-
CMYK0.400.3300.68
HSL229.09º25.19%25.69%-
HSV(B)229.09º40.24%32.16%-
XYZ4.163.998.53-
YUV56.28142.51122.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.34%
GREEN value IS 55 (21.88% from 255) = 29.57%
BLUE value IS 82 (32.42% from 255) = 44.09%
R=26.34%
G=29.57%
B=44.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4955820.400.3300.68229.0925.1925.69
Hex3137522821044e5191a
Octal6167122504101043453132
Binary110001110111101001010100010000101000100111001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313752; }

 p { color: rgb(49,55,82); }

 H1.HeaderClassName
 {
   color: #313752;
 }
 .AnyTagClassName
 {
   color: #313752;
 }
</style>
background-color css

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

 a { background-color: rgb(49,55,82); }

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

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

 span { border-color: rgb(49,55,82); }

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