#313452

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

Shades of Lucky Point #313452

Tints of Lucky Point #313452

Color information

#313452 (or 0x313452) is unknown color: approx Lucky Point. HEX triplet: 31, 34 and 52. RGB value is (49,52,82). Sum of RGB (Red+Green+Blue) = 49+52+82=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 82 - color contains mainly: blue. Hex color #313452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313452 is #CECBAD. Grayscale: #363636. Windows color (decimal): -13552558 or 5387313. OLE color: 5387313.

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

Color convert

RGB495282-
CMYK0.400.3700.68
HSL234.55º25.19%25.69%-
HSV(B)234.55º40.24%32.16%-
XYZ4.023.728.49-
YUV54.52143.51124.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.78%
GREEN value IS 52 (20.70% from 255) = 28.42%
BLUE value IS 82 (32.42% from 255) = 44.81%
R=26.78%
G=28.42%
B=44.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4952820.400.3700.68234.5525.1925.69
Hex3134522825044eb191a
Octal6164122504501043533132
Binary110001110100101001010100010010101000100111010111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313452; }

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

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

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

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

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

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

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

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