Html Css Color HEX #20295B Lucky Point

📋 copy color: '#20295B'

red 32 ◦ green 41 ◦ blue 91

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

Shades of Lucky Point #20295B

Tints of Lucky Point #20295B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 55.49%

R = 19.51%
G = 25%
B = 55.49%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20295B (or 0x20295B) is known color: Lucky Point. HEX triplet: 20, 29 and 5B. RGB value is (32,41,91). Sum of RGB (Red+Green+Blue) = 32+41+91=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #20295B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20295B is #DFD6A4. Grayscale: #2B2B2B. Windows color (decimal): -14669477 or 5974304. OLE color: 5974304.

HSL color Cylindrical-coordinate representation of color #20295B: hue angle of 230.85º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #20295B is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 41 91 -
CMYK 0.65 0.55 0 0.64
HSL 230.85º 0.48% 0.24% -
HSV(B) 230.85º 0.65% 0.36% -
XYZ 3.28 2.65 10.24 -
YUV 44.01 154.52 119.43 -
System Red Green Blue C M Y K H S L
Decimal 32 41 91 0.65 0.55 0 0.64 230.85 0.48 0.24
Hex 20 29 5B 41 37 0 40 E7 30 18
Octal 40 51 133 101 67 0 100 347 60 30
Binary 100000 101001 1011011 1000001 110111 0 1000000 11100111 110000 11000

Color Harmonies of #20295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20295B

Black with #20295B

Text Example


Text Example

White with #20295B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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