#212961

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

Shades of Lucky Point #212961

Tints of Lucky Point #212961

Color information

#212961 (or 0x212961) is unknown color: approx Lucky Point. HEX triplet: 21, 29 and 61. RGB value is (33,41,97). Sum of RGB (Red+Green+Blue) = 33+41+97=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 97 (38.28% from 255 or 56.73% from 171); Max value from RGB is 97 - color contains mainly: blue. Hex color #212961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212961 is #DED69E. Grayscale: #2C2C2C. Windows color (decimal): -14603935 or 6367521. OLE color: 6367521.

HSL color Cylindrical-coordinate representation of color #212961: hue angle of 232.5º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #212961 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB334197-
CMYK0.660.5800.62
HSL232.5º49.23%25.49%-
HSV(B)232.5º65.98%38.04%-
XYZ3.582.7711.66-
YUV44.99157.35119.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.30%
GREEN value IS 41 (16.41% from 255) = 23.98%
BLUE value IS 97 (38.28% from 255) = 56.73%
R=19.30%
G=23.98%
B=56.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3341970.660.5800.62232.549.2325.49
Hex212961423A03Ee83119
Octal4151141102720763506131
Binary1000011010011100001100001011101001111101110100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212961; }

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

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

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

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

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

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

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

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