#2B2D4F

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

Shades of Lucky Point #2B2D4F

Tints of Lucky Point #2B2D4F

Color information

#2B2D4F (or 0x2B2D4F) is unknown color: approx Lucky Point. HEX triplet: 2B, 2D and 4F. RGB value is (43,45,79). Sum of RGB (Red+Green+Blue) = 43+45+79=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 79 - color contains mainly: blue. Hex color #2B2D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2D4F is #D4D2B0. Grayscale: #303030. Windows color (decimal): -13947569 or 5188907. OLE color: 5188907.

HSL color Cylindrical-coordinate representation of color #2B2D4F: hue angle of 236.67º 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 #2B2D4F is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB434579-
CMYK0.460.4300.69
HSL236.67º29.51%23.92%-
HSV(B)236.67º45.57%30.98%-
XYZ3.352.957.79-
YUV48.28145.34124.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.75%
GREEN value IS 45 (17.97% from 255) = 26.95%
BLUE value IS 79 (31.25% from 255) = 47.31%
R=25.75%
G=26.95%
B=47.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4345790.460.4300.69236.6729.5123.92
Hex2B2D4F2E2B045ed1e18
Octal5355117565301053553630
Binary101011101101100111110111010101101000101111011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,45,79); }

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

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

 a { background-color: rgb(43,45,79); }

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

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

 span { border-color: rgb(43,45,79); }

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