Html Css Color HEX #202559 Lucky Point

📋 copy color: '#202559'

red 32 ◦ green 37 ◦ blue 89

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

Shades of Lucky Point #202559

Tints of Lucky Point #202559

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.42%

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

R = 20.25%
G = 23.42%
B = 56.33%

CMYK

 C value IS 0.64

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#202559 (or 0x202559) is known color: Lucky Point. HEX triplet: 20, 25 and 59. RGB value is (32,37,89). Sum of RGB (Red+Green+Blue) = 32+37+89=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #202559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202559 is #DFDAA6. Grayscale: #292929. Windows color (decimal): -14670503 or 5842208. OLE color: 5842208.

HSL color Cylindrical-coordinate representation of color #202559: hue angle of 234.74º 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 #202559 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 37 89 -
CMYK 0.64 0.58 0 0.65
HSL 234.74º 0.47% 0.24% -
HSV(B) 234.74º 0.64% 0.35% -
XYZ 3.06 2.35 9.74 -
YUV 41.43 154.84 121.27 -
System Red Green Blue C M Y K H S L
Decimal 32 37 89 0.64 0.58 0 0.65 234.74 0.47 0.24
Hex 20 25 59 40 3A 0 41 EB 2F 18
Octal 40 45 131 100 72 0 101 353 57 30
Binary 100000 100101 1011001 1000000 111010 0 1000001 11101011 101111 11000

Color Harmonies of #202559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202559

Black with #202559

Text Example


Text Example

White with #202559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202559; }

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

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

background-color css

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

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

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

border-color css

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

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

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