#2D3359

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

Shades of Lucky Point #2D3359

Tints of Lucky Point #2D3359

Color information

#2D3359 (or 0x2D3359) is unknown color: approx Lucky Point. HEX triplet: 2D, 33 and 59. RGB value is (45,51,89). Sum of RGB (Red+Green+Blue) = 45+51+89=185 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.32% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #2D3359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3359 is #D2CCA6. Grayscale: #353535. Windows color (decimal): -13814951 or 5845805. OLE color: 5845805.

HSL color Cylindrical-coordinate representation of color #2D3359: hue angle of 231.82º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D3359 is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB455189-
CMYK0.490.4300.65
HSL231.82º32.84%26.27%-
HSV(B)231.82º49.44%34.9%-
XYZ4.073.659.94-
YUV53.54148.01121.91-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.32%
GREEN value IS 51 (20.31% from 255) = 27.57%
BLUE value IS 89 (35.16% from 255) = 48.11%
R=24.32%
G=27.57%
B=48.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4551890.490.4300.65231.8232.8426.27
Hex2D3359312B041e8211a
Octal5563131615301013504132
Binary1011011100111011001110001101011010000011110100010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,51,89); }

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

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

 a { background-color: rgb(45,51,89); }

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

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

 span { border-color: rgb(45,51,89); }

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