Html Css Color HEX #202649 Lucky Point

📋 copy color: '#202649'

red 32 ◦ green 38 ◦ blue 73

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

Shades of Lucky Point #202649

Tints of Lucky Point #202649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.57%

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

R = 22.38%
G = 26.57%
B = 51.05%

CMYK

 C value IS 0.56

 M value IS 0.48

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#202649 (or 0x202649) is known color: Lucky Point. HEX triplet: 20, 26 and 49. RGB value is (32,38,73). Sum of RGB (Red+Green+Blue) = 32+38+73=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #202649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202649 is #DFD9B6. Grayscale: #282828. Windows color (decimal): -14670263 or 4793888. OLE color: 4793888.

HSL color Cylindrical-coordinate representation of color #202649: hue angle of 231.22º 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 #202649 is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 32 38 73 -
CMYK 0.56 0.48 0 0.71
HSL 231.22º 0.39% 0.21% -
HSV(B) 231.22º 0.56% 0.29% -
XYZ 2.49 2.17 6.59 -
YUV 40.2 146.51 122.15 -
System Red Green Blue C M Y K H S L
Decimal 32 38 73 0.56 0.48 0 0.71 231.22 0.39 0.21
Hex 20 26 49 38 30 0 47 E7 27 15
Octal 40 46 111 70 60 0 107 347 47 25
Binary 100000 100110 1001001 111000 110000 0 1000111 11100111 100111 10101

Color Harmonies of #202649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202649

Black with #202649

Text Example


Text Example

White with #202649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202649; }

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

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

background-color css

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

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

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

border-color css

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

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

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