Html Css Color HEX #202849 Lucky Point

📋 copy color: '#202849'

red 32 ◦ green 40 ◦ blue 73

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

Shades of Lucky Point #202849

Tints of Lucky Point #202849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 50.34%

R = 22.07%
G = 27.59%
B = 50.34%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#202849 (or 0x202849) is known color: Lucky Point. HEX triplet: 20, 28 and 49. RGB value is (32,40,73). Sum of RGB (Red+Green+Blue) = 32+40+73=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #202849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202849 is #DFD7B6. Grayscale: #292929. Windows color (decimal): -14669751 or 4794400. OLE color: 4794400.

HSL color Cylindrical-coordinate representation of color #202849: hue angle of 228.29º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #202849 is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 32 40 73 -
CMYK 0.56 0.45 0 0.71
HSL 228.29º 0.39% 0.21% -
HSV(B) 228.29º 0.56% 0.29% -
XYZ 2.56 2.31 6.61 -
YUV 41.37 145.85 121.32 -
System Red Green Blue C M Y K H S L
Decimal 32 40 73 0.56 0.45 0 0.71 228.29 0.39 0.21
Hex 20 28 49 38 2D 0 47 E4 27 15
Octal 40 50 111 70 55 0 107 344 47 25
Binary 100000 101000 1001001 111000 101101 0 1000111 11100100 100111 10101

Color Harmonies of #202849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202849

Black with #202849

Text Example


Text Example

White with #202849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202849; }

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

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

background-color css

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

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

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

border-color css

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

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

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