Html Css Color HEX #202753 Lucky Point

📋 copy color: '#202753'

red 32 ◦ green 39 ◦ blue 83

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

Shades of Lucky Point #202753

Tints of Lucky Point #202753

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25.32%

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

R = 20.78%
G = 25.32%
B = 53.9%

CMYK

 C value IS 0.61

 M value IS 0.53

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#202753 (or 0x202753) is known color: Lucky Point. HEX triplet: 20, 27 and 53. RGB value is (32,39,83). Sum of RGB (Red+Green+Blue) = 32+39+83=154 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.78% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #202753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202753 is #DFD8AC. Grayscale: #292929. Windows color (decimal): -14669997 or 5449504. OLE color: 5449504.

HSL color Cylindrical-coordinate representation of color #202753: hue angle of 231.76º 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 #202753 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 32 39 83 -
CMYK 0.61 0.53 0 0.67
HSL 231.76º 0.44% 0.23% -
HSV(B) 231.76º 0.61% 0.33% -
XYZ 2.88 2.38 8.49 -
YUV 41.92 151.18 120.92 -
System Red Green Blue C M Y K H S L
Decimal 32 39 83 0.61 0.53 0 0.67 231.76 0.44 0.23
Hex 20 27 53 3D 35 0 43 E8 2C 17
Octal 40 47 123 75 65 0 103 350 54 27
Binary 100000 100111 1010011 111101 110101 0 1000011 11101000 101100 10111

Color Harmonies of #202753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202753

Black with #202753

Text Example


Text Example

White with #202753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202753; }

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

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

background-color css

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

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

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

border-color css

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

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

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