#2B325E

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

Shades of Lucky Point #2B325E

Tints of Lucky Point #2B325E

Color information

#2B325E (or 0x2B325E) is unknown color: approx Lucky Point. HEX triplet: 2B, 32 and 5E. RGB value is (43,50,94). Sum of RGB (Red+Green+Blue) = 43+50+94=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 94 (37.11% from 255 or 50.27% from 187); Max value from RGB is 94 - color contains mainly: blue. Hex color #2B325E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B325E is #D4CDA1. Grayscale: #343434. Windows color (decimal): -13946274 or 6173227. OLE color: 6173227.

HSL color Cylindrical-coordinate representation of color #2B325E: hue angle of 231.76º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B325E is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB435094-
CMYK0.540.4700.63
HSL231.76º37.23%26.86%-
HSV(B)231.76º54.26%36.86%-
XYZ4.163.611.07-
YUV52.92151.18120.92-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.99%
GREEN value IS 50 (19.92% from 255) = 26.74%
BLUE value IS 94 (37.11% from 255) = 50.27%
R=22.99%
G=26.74%
B=50.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4350940.540.4700.63231.7637.2326.86
Hex2B325E362F03Fe8251b
Octal536213666570773504533
Binary101011110010101111011011010111101111111110100010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B325E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,50,94); }

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

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

 a { background-color: rgb(43,50,94); }

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

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

 span { border-color: rgb(43,50,94); }

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