#2B305D

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

Shades of Lucky Point #2B305D

Tints of Lucky Point #2B305D

Color information

#2B305D (or 0x2B305D) is unknown color: approx Lucky Point. HEX triplet: 2B, 30 and 5D. RGB value is (43,48,93). Sum of RGB (Red+Green+Blue) = 43+48+93=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #2B305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B305D is #D4CFA2. Grayscale: #333333. Windows color (decimal): -13946787 or 6107179. OLE color: 6107179.

HSL color Cylindrical-coordinate representation of color #2B305D: hue angle of 234º 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 #2B305D is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB434893-
CMYK0.540.4800.64
HSL234º36.76%26.67%-
HSV(B)234º53.76%36.47%-
XYZ4.033.4210.8-
YUV51.64151.34121.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.37%
GREEN value IS 48 (19.14% from 255) = 26.09%
BLUE value IS 93 (36.72% from 255) = 50.54%
R=23.37%
G=26.09%
B=50.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4348930.540.4800.6423436.7626.67
Hex2B305D3630040ea251b
Octal5360135666001003524533
Binary1010111100001011101110110110000010000001110101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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