#202961

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

Shades of Lucky Point #202961

Tints of Lucky Point #202961

Color information

#202961 (or 0x202961) is unknown color: approx Lucky Point. HEX triplet: 20, 29 and 61. RGB value is (32,41,97). Sum of RGB (Red+Green+Blue) = 32+41+97=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 97 (38.28% from 255 or 57.06% from 170); Max value from RGB is 97 - color contains mainly: blue. Hex color #202961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202961 is #DFD69E. Grayscale: #2C2C2C. Windows color (decimal): -14669471 or 6367520. OLE color: 6367520.

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

Color convert

RGB324197-
CMYK0.670.5800.62
HSL231.69º50.39%25.29%-
HSV(B)231.69º67.01%38.04%-
XYZ3.552.7611.65-
YUV44.69157.52118.95-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.82%
GREEN value IS 41 (16.41% from 255) = 24.12%
BLUE value IS 97 (38.28% from 255) = 57.06%
R=18.82%
G=24.12%
B=57.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3241970.670.5800.62231.6950.3925.29
Hex202961433A03Ee83219
Octal4051141103720763506231
Binary1000001010011100001100001111101001111101110100011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202961; }

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

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

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

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

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

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

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

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