Html Css Color HEX #202553 Lucky Point

📋 copy color: '#202553'

red 32 ◦ green 37 ◦ blue 83

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

Shades of Lucky Point #202553

Tints of Lucky Point #202553

RGB

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

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

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

R = 21.05%
G = 24.34%
B = 54.61%

CMYK

 C value IS 0.61

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#202553 (or 0x202553) is known color: Lucky Point. HEX triplet: 20, 25 and 53. RGB value is (32,37,83). Sum of RGB (Red+Green+Blue) = 32+37+83=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #202553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202553 is #DFDAAC. Grayscale: #282828. Windows color (decimal): -14670509 or 5448992. OLE color: 5448992.

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

Color convert

RGB 32 37 83 -
CMYK 0.61 0.55 0 0.67
HSL 234.12º 0.44% 0.23% -
HSV(B) 234.12º 0.61% 0.33% -
XYZ 2.82 2.25 8.47 -
YUV 40.75 151.84 121.76 -
System Red Green Blue C M Y K H S L
Decimal 32 37 83 0.61 0.55 0 0.67 234.12 0.44 0.23
Hex 20 25 53 3D 37 0 43 EA 2C 17
Octal 40 45 123 75 67 0 103 352 54 27
Binary 100000 100101 1010011 111101 110111 0 1000011 11101010 101100 10111

Color Harmonies of #202553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202553

Black with #202553

Text Example


Text Example

White with #202553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202553; }

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

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

background-color css

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

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

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

border-color css

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

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

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