#212661

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

Shades of Lucky Point #212661

Tints of Lucky Point #212661

Color information

#212661 (or 0x212661) is unknown color: approx Lucky Point. HEX triplet: 21, 26 and 61. RGB value is (33,38,97). Sum of RGB (Red+Green+Blue) = 33+38+97=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 97 (38.28% from 255 or 57.74% from 168); Max value from RGB is 97 - color contains mainly: blue. Hex color #212661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212661 is #DED99E. Grayscale: #2A2A2A. Windows color (decimal): -14604703 or 6366753. OLE color: 6366753.

HSL color Cylindrical-coordinate representation of color #212661: hue angle of 235.31º 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 #212661 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB333897-
CMYK0.660.6100.62
HSL235.31º49.23%25.49%-
HSV(B)235.31º65.98%38.04%-
XYZ3.482.5711.62-
YUV43.23158.34120.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.64%
GREEN value IS 38 (15.23% from 255) = 22.62%
BLUE value IS 97 (38.28% from 255) = 57.74%
R=19.64%
G=22.62%
B=57.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3338970.660.6100.62235.3149.2325.49
Hex212661423D03Eeb3119
Octal4146141102750763536131
Binary1000011001101100001100001011110101111101110101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212661; }

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

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

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

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

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

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

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

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