#2B314F

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

Shades of Lucky Point #2B314F

Tints of Lucky Point #2B314F

Color information

#2B314F (or 0x2B314F) is unknown color: approx Lucky Point. HEX triplet: 2B, 31 and 4F. RGB value is (43,49,79). Sum of RGB (Red+Green+Blue) = 43+49+79=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 79 - color contains mainly: blue. Hex color #2B314F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B314F is #D4CEB0. Grayscale: #323232. Windows color (decimal): -13946545 or 5189931. OLE color: 5189931.

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

Color convert

RGB434979-
CMYK0.460.3800.69
HSL230º29.51%23.92%-
HSV(B)230º45.57%30.98%-
XYZ3.513.277.84-
YUV50.63144.01122.56-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.15%
GREEN value IS 49 (19.53% from 255) = 28.65%
BLUE value IS 79 (31.25% from 255) = 46.20%
R=25.15%
G=28.65%
B=46.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4349790.460.3800.6923029.5123.92
Hex2B314F2E26045e61e18
Octal5361117564601053463630
Binary101011110001100111110111010011001000101111001101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B314F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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