Html Css Color HEX #20294D Lucky Point

📋 copy color: '#20294D'

red 32 ◦ green 41 ◦ blue 77

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

Shades of Lucky Point #20294D

Tints of Lucky Point #20294D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 51.33%

R = 21.33%
G = 27.33%
B = 51.33%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#20294D (or 0x20294D) is known color: Lucky Point. HEX triplet: 20, 29 and 4D. RGB value is (32,41,77). Sum of RGB (Red+Green+Blue) = 32+41+77=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #20294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20294D is #DFD6B2. Grayscale: #2A2A2A. Windows color (decimal): -14669491 or 5056800. OLE color: 5056800.

HSL color Cylindrical-coordinate representation of color #20294D: hue angle of 228º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #20294D is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 32 41 77 -
CMYK 0.58 0.47 0 0.70
HSL 228º 0.41% 0.21% -
HSV(B) 228º 0.58% 0.3% -
XYZ 2.73 2.43 7.35 -
YUV 42.41 147.52 120.57 -
System Red Green Blue C M Y K H S L
Decimal 32 41 77 0.58 0.47 0 0.70 228 0.41 0.21
Hex 20 29 4D 3A 2F 0 46 E4 29 15
Octal 40 51 115 72 57 0 106 344 51 25
Binary 100000 101001 1001101 111010 101111 0 1000110 11100100 101001 10101

Color Harmonies of #20294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20294D

Black with #20294D

Text Example


Text Example

White with #20294D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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