#2B3151

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

Shades of Lucky Point #2B3151

Tints of Lucky Point #2B3151

Color information

#2B3151 (or 0x2B3151) is unknown color: approx Lucky Point. HEX triplet: 2B, 31 and 51. RGB value is (43,49,81). Sum of RGB (Red+Green+Blue) = 43+49+81=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 81 (32.03% from 255 or 46.82% from 173); Max value from RGB is 81 - color contains mainly: blue. Hex color #2B3151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3151 is #D4CEAE. Grayscale: #323232. Windows color (decimal): -13946543 or 5321003. OLE color: 5321003.

HSL color Cylindrical-coordinate representation of color #2B3151: hue angle of 230.53º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2B3151 is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB434981-
CMYK0.470.4000.68
HSL230.53º30.65%24.31%-
HSV(B)230.53º46.91%31.76%-
XYZ3.583.38.23-
YUV50.85145.01122.4-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.86%
GREEN value IS 49 (19.53% from 255) = 28.32%
BLUE value IS 81 (32.03% from 255) = 46.82%
R=24.86%
G=28.32%
B=46.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4349810.470.4000.68230.5330.6524.31
Hex2B31512F28044e71f18
Octal5361121575001043473730
Binary101011110001101000110111110100001000100111001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B3151; }

 p { color: rgb(43,49,81); }

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

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

 a { background-color: rgb(43,49,81); }

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

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

 span { border-color: rgb(43,49,81); }

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