#31344B

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

Shades of Lucky Point #31344B

Tints of Lucky Point #31344B

Color information

#31344B (or 0x31344B) is unknown color: approx Lucky Point. HEX triplet: 31, 34 and 4B. RGB value is (49,52,75). Sum of RGB (Red+Green+Blue) = 49+52+75=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 75 - color contains mainly: blue. Hex color #31344B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31344B is #CECBB4. Grayscale: #353535. Windows color (decimal): -13552565 or 4928561. OLE color: 4928561.

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

Color convert

RGB495275-
CMYK0.350.3100.71
HSL233.08º20.97%24.31%-
HSV(B)233.08º34.67%29.41%-
XYZ3.763.627.16-
YUV53.72140.01124.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.84%
GREEN value IS 52 (20.70% from 255) = 29.55%
BLUE value IS 75 (29.69% from 255) = 42.61%
R=27.84%
G=29.55%
B=42.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4952750.350.3100.71233.0820.9724.31
Hex31344B231F047e91518
Octal6164113433701073512530
Binary11000111010010010111000111111101000111111010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31344B; }

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

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

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

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

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

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

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

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