#2B2E4B

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

Shades of Lucky Point #2B2E4B

Tints of Lucky Point #2B2E4B

Color information

#2B2E4B (or 0x2B2E4B) is unknown color: approx Lucky Point. HEX triplet: 2B, 2E and 4B. RGB value is (43,46,75). Sum of RGB (Red+Green+Blue) = 43+46+75=164 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.22% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 75 - color contains mainly: blue. Hex color #2B2E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2E4B is #D4D1B4. Grayscale: #303030. Windows color (decimal): -13947317 or 4927019. OLE color: 4927019.

HSL color Cylindrical-coordinate representation of color #2B2E4B: hue angle of 234.38º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2B2E4B is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB434675-
CMYK0.430.3900.71
HSL234.38º27.12%23.14%-
HSV(B)234.38º42.67%29.41%-
XYZ3.242.987.06-
YUV48.41143.01124.14-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.22%
GREEN value IS 46 (18.36% from 255) = 28.05%
BLUE value IS 75 (29.69% from 255) = 45.73%
R=26.22%
G=28.05%
B=45.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4346750.430.3900.71234.3827.1223.14
Hex2B2E4B2B27047ea1b17
Octal5356113534701073523327
Binary101011101110100101110101110011101000111111010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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