#2B335B

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

Shades of Lucky Point #2B335B

Tints of Lucky Point #2B335B

Color information

#2B335B (or 0x2B335B) is unknown color: approx Lucky Point. HEX triplet: 2B, 33 and 5B. RGB value is (43,51,91). Sum of RGB (Red+Green+Blue) = 43+51+91=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 91 (35.94% from 255 or 49.19% from 185); Max value from RGB is 91 - color contains mainly: blue. Hex color #2B335B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B335B is #D4CCA4. Grayscale: #353535. Windows color (decimal): -13946021 or 5976875. OLE color: 5976875.

HSL color Cylindrical-coordinate representation of color #2B335B: hue angle of 230º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B335B is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB435191-
CMYK0.530.4400.64
HSL230º35.82%26.27%-
HSV(B)230º52.75%35.69%-
XYZ4.073.6410.39-
YUV53.17149.35120.75-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.24%
GREEN value IS 51 (20.31% from 255) = 27.57%
BLUE value IS 91 (35.94% from 255) = 49.19%
R=23.24%
G=27.57%
B=49.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4351910.530.4400.6423035.8226.27
Hex2B335B352C040e6241a
Octal5363133655401003464432
Binary1010111100111011011110101101100010000001110011010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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