Html Css Color HEX #202859 Lucky Point

📋 copy color: '#202859'

red 32 ◦ green 40 ◦ blue 89

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

Shades of Lucky Point #202859

Tints of Lucky Point #202859

RGB

 RED value IS 32 (12.89% from 255) = 19.88%

 GREEN value IS 40 (16.02% from 255) = 24.84%

 BLUE value IS 89 (35.16% from 255) = 55.28%

R = 19.88%
G = 24.84%
B = 55.28%

CMYK

 C value IS 0.64

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#202859 (or 0x202859) is known color: Lucky Point. HEX triplet: 20, 28 and 59. RGB value is (32,40,89). Sum of RGB (Red+Green+Blue) = 32+40+89=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #202859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202859 is #DFD7A6. Grayscale: #2A2A2A. Windows color (decimal): -14669735 or 5842976. OLE color: 5842976.

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

Color convert

RGB 32 40 89 -
CMYK 0.64 0.55 0 0.65
HSL 231.58º 0.47% 0.24% -
HSV(B) 231.58º 0.64% 0.35% -
XYZ 3.16 2.55 9.78 -
YUV 43.19 153.85 120.02 -
System Red Green Blue C M Y K H S L
Decimal 32 40 89 0.64 0.55 0 0.65 231.58 0.47 0.24
Hex 20 28 59 40 37 0 41 E8 2F 18
Octal 40 50 131 100 67 0 101 350 57 30
Binary 100000 101000 1011001 1000000 110111 0 1000001 11101000 101111 11000

Color Harmonies of #202859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202859

Black with #202859

Text Example


Text Example

White with #202859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202859; }

 p { color: rgb(32,40,89); }

 H1.HeaderClassName
 {
   color: #202859;
 }
 .AnyTagClassName
 {
   color: #202859;
 }
</style>

background-color css

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

 a { background-color: rgb(32,40,89); }

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

border-color css

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

 span { border-color: rgb(32,40,89); }

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