Html Css Color HEX #202550 Lucky Point

📋 copy color: '#202550'

red 32 ◦ green 37 ◦ blue 80

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

Shades of Lucky Point #202550

Tints of Lucky Point #202550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 53.69%

R = 21.48%
G = 24.83%
B = 53.69%

CMYK

 C value IS 0.60

 M value IS 0.54

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#202550 (or 0x202550) is known color: Lucky Point. HEX triplet: 20, 25 and 50. RGB value is (32,37,80). Sum of RGB (Red+Green+Blue) = 32+37+80=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #202550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202550 is #DFDAAF. Grayscale: #282828. Windows color (decimal): -14670512 or 5252384. OLE color: 5252384.

HSL color Cylindrical-coordinate representation of color #202550: hue angle of 233.75º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #202550 is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 32 37 80 -
CMYK 0.60 0.54 0 0.69
HSL 233.75º 0.43% 0.22% -
HSV(B) 233.75º 0.6% 0.31% -
XYZ 2.71 2.21 7.87 -
YUV 40.41 150.34 122 -
System Red Green Blue C M Y K H S L
Decimal 32 37 80 0.60 0.54 0 0.69 233.75 0.43 0.22
Hex 20 25 50 3C 36 0 45 EA 2B 16
Octal 40 45 120 74 66 0 105 352 53 26
Binary 100000 100101 1010000 111100 110110 0 1000101 11101010 101011 10110

Color Harmonies of #202550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202550

Black with #202550

Text Example


Text Example

White with #202550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202550; }

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

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

background-color css

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

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

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

border-color css

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

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

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