#31334B

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

Shades of Lucky Point #31334B

Tints of Lucky Point #31334B

Color information

#31334B (or 0x31334B) is unknown color: approx Lucky Point. HEX triplet: 31, 33 and 4B. RGB value is (49,51,75). Sum of RGB (Red+Green+Blue) = 49+51+75=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 75 - color contains mainly: blue. Hex color #31334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31334B is #CECCB4. Grayscale: #353535. Windows color (decimal): -13552821 or 4928305. OLE color: 4928305.

HSL color Cylindrical-coordinate representation of color #31334B: hue angle of 235.38º 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 #31334B is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB495175-
CMYK0.350.3200.71
HSL235.38º20.97%24.31%-
HSV(B)235.38º34.67%29.41%-
XYZ3.723.537.14-
YUV53.14140.34125.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 75 (29.69% from 255) = 42.86%
R=28%
G=29.14%
B=42.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4951750.350.3200.71235.3820.9724.31
Hex31334B2320047eb1518
Octal6163113434001073532530
Binary110001110011100101110001110000001000111111010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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