#2B314B

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

Shades of Lucky Point #2B314B

Tints of Lucky Point #2B314B

Color information

#2B314B (or 0x2B314B) is unknown color: approx Lucky Point. HEX triplet: 2B, 31 and 4B. RGB value is (43,49,75). Sum of RGB (Red+Green+Blue) = 43+49+75=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 75 - color contains mainly: blue. Hex color #2B314B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B314B is #D4CEB4. Grayscale: #323232. Windows color (decimal): -13946549 or 4927787. OLE color: 4927787.

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

Color convert

RGB434975-
CMYK0.430.3500.71
HSL228.75º27.12%23.14%-
HSV(B)228.75º42.67%29.41%-
XYZ3.363.227.1-
YUV50.17142.01122.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.75%
GREEN value IS 49 (19.53% from 255) = 29.34%
BLUE value IS 75 (29.69% from 255) = 44.91%
R=25.75%
G=29.34%
B=44.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4349750.430.3500.71228.7527.1223.14
Hex2B314B2B23047e51b17
Octal5361113534301073453327
Binary101011110001100101110101110001101000111111001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B314B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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