Html Css Color HEX #20295D Lucky Point

📋 copy color: '#20295D'

red 32 ◦ green 41 ◦ blue 93

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

Shades of Lucky Point #20295D

Tints of Lucky Point #20295D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 56.02%

R = 19.28%
G = 24.7%
B = 56.02%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20295D (or 0x20295D) is known color: Lucky Point. HEX triplet: 20, 29 and 5D. RGB value is (32,41,93). Sum of RGB (Red+Green+Blue) = 32+41+93=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 93 (36.72% from 255 or 56.02% from 166); Max value from RGB is 93 - color contains mainly: blue. Hex color #20295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20295D is #DFD6A2. Grayscale: #2C2C2C. Windows color (decimal): -14669475 or 6105376. OLE color: 6105376.

HSL color Cylindrical-coordinate representation of color #20295D: hue angle of 231.15º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20295D is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 41 93 -
CMYK 0.66 0.56 0 0.64
HSL 231.15º 0.49% 0.25% -
HSV(B) 231.15º 0.66% 0.36% -
XYZ 3.36 2.68 10.7 -
YUV 44.24 155.52 119.27 -
System Red Green Blue C M Y K H S L
Decimal 32 41 93 0.66 0.56 0 0.64 231.15 0.49 0.25
Hex 20 29 5D 42 38 0 40 E7 31 19
Octal 40 51 135 102 70 0 100 347 61 31
Binary 100000 101001 1011101 1000010 111000 0 1000000 11100111 110001 11001

Color Harmonies of #20295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20295D

Black with #20295D

Text Example


Text Example

White with #20295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20295D; }

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

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

background-color css

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

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

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

border-color css

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

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

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