#2B3356

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

Shades of Lucky Point #2B3356

Tints of Lucky Point #2B3356

Color information

#2B3356 (or 0x2B3356) is unknown color: approx Lucky Point. HEX triplet: 2B, 33 and 56. RGB value is (43,51,86). Sum of RGB (Red+Green+Blue) = 43+51+86=180 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.89% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 86 (33.98% from 255 or 47.78% from 180); Max value from RGB is 86 - color contains mainly: blue. Hex color #2B3356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3356 is #D4CCA9. Grayscale: #343434. Windows color (decimal): -13946026 or 5649195. OLE color: 5649195.

HSL color Cylindrical-coordinate representation of color #2B3356: hue angle of 228.84º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2B3356 is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB435186-
CMYK0.500.4100.66
HSL228.84º33.33%25.29%-
HSV(B)228.84º50%33.73%-
XYZ3.863.559.29-
YUV52.6146.85121.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.89%
GREEN value IS 51 (20.31% from 255) = 28.33%
BLUE value IS 86 (33.98% from 255) = 47.78%
R=23.89%
G=28.33%
B=47.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4351860.500.4100.66228.8433.3325.29
Hex2B33563229042e52119
Octal5363126625101023454131
Binary1010111100111010110110010101001010000101110010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,51,86); }

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

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

 a { background-color: rgb(43,51,86); }

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

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

 span { border-color: rgb(43,51,86); }

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