#2B335D

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

Shades of Lucky Point #2B335D

Tints of Lucky Point #2B335D

Color information

#2B335D (or 0x2B335D) is unknown color: approx Lucky Point. HEX triplet: 2B, 33 and 5D. RGB value is (43,51,93). Sum of RGB (Red+Green+Blue) = 43+51+93=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #2B335D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B335D is #D4CCA2. Grayscale: #353535. Windows color (decimal): -13946019 or 6107947. OLE color: 6107947.

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

Color convert

RGB435193-
CMYK0.540.4500.64
HSL230.4º36.76%26.67%-
HSV(B)230.4º53.76%36.47%-
XYZ4.163.6710.85-
YUV53.4150.35120.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.99%
GREEN value IS 51 (20.31% from 255) = 27.27%
BLUE value IS 93 (36.72% from 255) = 49.73%
R=22.99%
G=27.27%
B=49.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4351930.540.4500.64230.436.7626.67
Hex2B335D362D040e6251b
Octal5363135665501003464533
Binary1010111100111011101110110101101010000001110011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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