#212958

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

Shades of Lucky Point #212958

Tints of Lucky Point #212958

Color information

#212958 (or 0x212958) is unknown color: approx Lucky Point. HEX triplet: 21, 29 and 58. RGB value is (33,41,88). Sum of RGB (Red+Green+Blue) = 33+41+88=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 88 (34.77% from 255 or 54.32% from 162); Max value from RGB is 88 - color contains mainly: blue. Hex color #212958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212958 is #DED6A7. Grayscale: #2B2B2B. Windows color (decimal): -14603944 or 5777697. OLE color: 5777697.

HSL color Cylindrical-coordinate representation of color #212958: hue angle of 231.27º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #212958 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB334188-
CMYK0.620.5300.65
HSL231.27º45.45%23.73%-
HSV(B)231.27º62.5%34.51%-
XYZ3.182.619.57-
YUV43.97152.85120.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.37%
GREEN value IS 41 (16.41% from 255) = 25.31%
BLUE value IS 88 (34.77% from 255) = 54.32%
R=20.37%
G=25.31%
B=54.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3341880.620.5300.65231.2745.4523.73
Hex2129583E35041e72d18
Octal4151130766501013475530
Binary1000011010011011000111110110101010000011110011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212958; }

 p { color: rgb(33,41,88); }

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

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

 a { background-color: rgb(33,41,88); }

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

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

 span { border-color: rgb(33,41,88); }

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