Html Css Color HEX #202961 Lucky Point

📋 copy color: '#202961'

red 32 ◦ green 41 ◦ blue 97

#202961
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky Point #202961

Tints of Lucky Point #202961

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 value IS 0.67

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#202961 (or 0x202961) is known color: 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

RGB 32 41 97 -
CMYK 0.67 0.58 0 0.62
HSL 231.69º 0.5% 0.25% -
HSV(B) 231.69º 0.67% 0.38% -
XYZ 3.55 2.76 11.65 -
YUV 44.69 157.52 118.95 -
System Red Green Blue C M Y K H S L
Decimal 32 41 97 0.67 0.58 0 0.62 231.69 0.5 0.25
Hex 20 29 61 43 3A 0 3E E8 32 19
Octal 40 51 141 103 72 0 76 350 62 31
Binary 100000 101001 1100001 1000011 111010 0 111110 11101000 110010 11001

Color Harmonies of #202961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202961

Black with #202961

Text Example


Text Example

White with #202961

Text Example


Text Example

HTML Codes & Css Web 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>