Html Css Color HEX #202952 Lucky Point

📋 copy color: '#202952'

red 32 ◦ green 41 ◦ blue 82

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

Shades of Lucky Point #202952

Tints of Lucky Point #202952

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.45%

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

R = 20.65%
G = 26.45%
B = 52.9%

CMYK

 C value IS 0.61

 M value IS 0.50

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#202952 (or 0x202952) is known color: Lucky Point. HEX triplet: 20, 29 and 52. RGB value is (32,41,82). Sum of RGB (Red+Green+Blue) = 32+41+82=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 82 (32.42% from 255 or 52.90% from 155); Max value from RGB is 82 - color contains mainly: blue. Hex color #202952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202952 is #DFD6AD. Grayscale: #2A2A2A. Windows color (decimal): -14669486 or 5384480. OLE color: 5384480.

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

Color convert

RGB 32 41 82 -
CMYK 0.61 0.50 0 0.68
HSL 229.2º 0.44% 0.22% -
HSV(B) 229.2º 0.61% 0.32% -
XYZ 2.91 2.5 8.31 -
YUV 42.98 150.02 120.17 -
System Red Green Blue C M Y K H S L
Decimal 32 41 82 0.61 0.50 0 0.68 229.2 0.44 0.22
Hex 20 29 52 3D 32 0 44 E5 2C 16
Octal 40 51 122 75 62 0 104 345 54 26
Binary 100000 101001 1010010 111101 110010 0 1000100 11100101 101100 10110

Color Harmonies of #202952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202952

Black with #202952

Text Example


Text Example

White with #202952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202952; }

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

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

background-color css

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

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

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

border-color css

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

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

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