#2B3353

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

Shades of Lucky Point #2B3353

Tints of Lucky Point #2B3353

Color information

#2B3353 (or 0x2B3353) is unknown color: approx Lucky Point. HEX triplet: 2B, 33 and 53. RGB value is (43,51,83). Sum of RGB (Red+Green+Blue) = 43+51+83=177 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.29% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 83 (32.81% from 255 or 46.89% from 177); Max value from RGB is 83 - color contains mainly: blue. Hex color #2B3353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3353 is #D4CCAC. Grayscale: #343434. Windows color (decimal): -13946029 or 5452587. OLE color: 5452587.

HSL color Cylindrical-coordinate representation of color #2B3353: hue angle of 228º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B3353 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB435183-
CMYK0.480.3900.67
HSL228º31.75%24.71%-
HSV(B)228º48.19%32.55%-
XYZ3.743.518.66-
YUV52.26145.35121.4-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.29%
GREEN value IS 51 (20.31% from 255) = 28.81%
BLUE value IS 83 (32.81% from 255) = 46.89%
R=24.29%
G=28.81%
B=46.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4351830.480.3900.6722831.7524.71
Hex2B33533027043e42019
Octal5363123604701033444031
Binary1010111100111010011110000100111010000111110010010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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