#2B2E50

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

Shades of Lucky Point #2B2E50

Tints of Lucky Point #2B2E50

Color information

#2B2E50 (or 0x2B2E50) is unknown color: approx Lucky Point. HEX triplet: 2B, 2E and 50. RGB value is (43,46,80). Sum of RGB (Red+Green+Blue) = 43+46+80=169 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.44% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #2B2E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2E50 is #D4D1AF. Grayscale: #303030. Windows color (decimal): -13947312 or 5254699. OLE color: 5254699.

HSL color Cylindrical-coordinate representation of color #2B2E50: hue angle of 235.14º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2B2E50 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB434680-
CMYK0.460.4200.69
HSL235.14º30.08%24.12%-
HSV(B)235.14º46.25%31.37%-
XYZ3.423.058-
YUV48.98145.51123.74-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.44%
GREEN value IS 46 (18.36% from 255) = 27.22%
BLUE value IS 80 (31.64% from 255) = 47.34%
R=25.44%
G=27.22%
B=47.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4346800.460.4200.69235.1430.0824.12
Hex2B2E502E2A045eb1e18
Octal5356120565201053533630
Binary101011101110101000010111010101001000101111010111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,46,80); }

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

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

 a { background-color: rgb(43,46,80); }

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

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

 span { border-color: rgb(43,46,80); }

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