#313348

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

Shades of Lucky Point #313348

Tints of Lucky Point #313348

Color information

#313348 (or 0x313348) is unknown color: approx Lucky Point. HEX triplet: 31, 33 and 48. RGB value is (49,51,72). Sum of RGB (Red+Green+Blue) = 49+51+72=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 72 - color contains mainly: blue. Hex color #313348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313348 is #CECCB7. Grayscale: #343434. Windows color (decimal): -13552824 or 4731697. OLE color: 4731697.

HSL color Cylindrical-coordinate representation of color #313348: hue angle of 234.78º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #313348 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB495172-
CMYK0.320.2900.72
HSL234.78º19.01%23.73%-
HSV(B)234.78º31.94%28.24%-
XYZ3.623.496.61-
YUV52.8138.84125.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.49%
GREEN value IS 51 (20.31% from 255) = 29.65%
BLUE value IS 72 (28.52% from 255) = 41.86%
R=28.49%
G=29.65%
B=41.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4951720.320.2900.72234.7819.0123.73
Hex313348201D048eb1318
Octal6163110403501103532330
Binary11000111001110010001000001110101001000111010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313348; }

 p { color: rgb(49,51,72); }

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

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

 a { background-color: rgb(49,51,72); }

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

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

 span { border-color: rgb(49,51,72); }

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