Html Css Color HEX #202652 Lucky Point

📋 copy color: '#202652'

red 32 ◦ green 38 ◦ blue 82

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

Shades of Lucky Point #202652

Tints of Lucky Point #202652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 53.95%

R = 21.05%
G = 25%
B = 53.95%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#202652 (or 0x202652) is known color: Lucky Point. HEX triplet: 20, 26 and 52. RGB value is (32,38,82). Sum of RGB (Red+Green+Blue) = 32+38+82=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 82 (32.42% from 255 or 53.95% from 152); Max value from RGB is 82 - color contains mainly: blue. Hex color #202652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202652 is #DFD9AD. Grayscale: #292929. Windows color (decimal): -14670254 or 5383712. OLE color: 5383712.

HSL color Cylindrical-coordinate representation of color #202652: hue angle of 232.8º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #202652 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 32 38 82 -
CMYK 0.61 0.54 0 0.68
HSL 232.8º 0.44% 0.22% -
HSV(B) 232.8º 0.61% 0.32% -
XYZ 2.81 2.3 8.28 -
YUV 41.22 151.01 121.42 -
System Red Green Blue C M Y K H S L
Decimal 32 38 82 0.61 0.54 0 0.68 232.8 0.44 0.22
Hex 20 26 52 3D 36 0 44 E9 2C 16
Octal 40 46 122 75 66 0 104 351 54 26
Binary 100000 100110 1010010 111101 110110 0 1000100 11101001 101100 10110

Color Harmonies of #202652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202652

Black with #202652

Text Example


Text Example

White with #202652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202652; }

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

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

background-color css

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

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

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

border-color css

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

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

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