Html Css Color HEX #202853 Lucky Point

📋 copy color: '#202853'

red 32 ◦ green 40 ◦ blue 83

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

Shades of Lucky Point #202853

Tints of Lucky Point #202853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 53.55%

R = 20.65%
G = 25.81%
B = 53.55%

CMYK

 C value IS 0.61

 M value IS 0.52

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#202853 (or 0x202853) is known color: Lucky Point. HEX triplet: 20, 28 and 53. RGB value is (32,40,83). Sum of RGB (Red+Green+Blue) = 32+40+83=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #202853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202853 is #DFD7AC. Grayscale: #2A2A2A. Windows color (decimal): -14669741 or 5449760. OLE color: 5449760.

HSL color Cylindrical-coordinate representation of color #202853: hue angle of 230.59º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #202853 is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 32 40 83 -
CMYK 0.61 0.52 0 0.67
HSL 230.59º 0.44% 0.23% -
HSV(B) 230.59º 0.61% 0.33% -
XYZ 2.92 2.45 8.5 -
YUV 42.51 150.85 120.5 -
System Red Green Blue C M Y K H S L
Decimal 32 40 83 0.61 0.52 0 0.67 230.59 0.44 0.23
Hex 20 28 53 3D 34 0 43 E7 2C 17
Octal 40 50 123 75 64 0 103 347 54 27
Binary 100000 101000 1010011 111101 110100 0 1000011 11100111 101100 10111

Color Harmonies of #202853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202853

Black with #202853

Text Example


Text Example

White with #202853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202853; }

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

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

background-color css

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

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

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

border-color css

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

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

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