Html Css Color HEX #20294C Lucky Point

📋 copy color: '#20294C'

red 32 ◦ green 41 ◦ blue 76

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

Shades of Lucky Point #20294C

Tints of Lucky Point #20294C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 51.01%

R = 21.48%
G = 27.52%
B = 51.01%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#20294C (or 0x20294C) is known color: Lucky Point. HEX triplet: 20, 29 and 4C. RGB value is (32,41,76). Sum of RGB (Red+Green+Blue) = 32+41+76=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 76 (30.08% from 255 or 51.01% from 149); Max value from RGB is 76 - color contains mainly: blue. Hex color #20294C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20294C is #DFD6B3. Grayscale: #2A2A2A. Windows color (decimal): -14669492 or 4991264. OLE color: 4991264.

HSL color Cylindrical-coordinate representation of color #20294C: hue angle of 227.73º 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 #20294C is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 32 41 76 -
CMYK 0.58 0.46 0 0.70
HSL 227.73º 0.41% 0.21% -
HSV(B) 227.73º 0.58% 0.3% -
XYZ 2.69 2.41 7.16 -
YUV 42.3 147.02 120.65 -
System Red Green Blue C M Y K H S L
Decimal 32 41 76 0.58 0.46 0 0.70 227.73 0.41 0.21
Hex 20 29 4C 3A 2E 0 46 E4 29 15
Octal 40 51 114 72 56 0 106 344 51 25
Binary 100000 101001 1001100 111010 101110 0 1000110 11100100 101001 10101

Color Harmonies of #20294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20294C

Black with #20294C

Text Example


Text Example

White with #20294C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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