Html Css Color HEX #20295F Lucky Point

📋 copy color: '#20295F'

red 32 ◦ green 41 ◦ blue 95

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

Shades of Lucky Point #20295F

Tints of Lucky Point #20295F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 56.55%

R = 19.05%
G = 24.4%
B = 56.55%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#20295F (or 0x20295F) is known color: Lucky Point. HEX triplet: 20, 29 and 5F. RGB value is (32,41,95). Sum of RGB (Red+Green+Blue) = 32+41+95=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 95 (37.5% from 255 or 56.55% from 168); Max value from RGB is 95 - color contains mainly: blue. Hex color #20295F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20295F is #DFD6A0. Grayscale: #2C2C2C. Windows color (decimal): -14669473 or 6236448. OLE color: 6236448.

HSL color Cylindrical-coordinate representation of color #20295F: hue angle of 231.43º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20295F is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 32 41 95 -
CMYK 0.66 0.57 0 0.63
HSL 231.43º 0.5% 0.25% -
HSV(B) 231.43º 0.66% 0.37% -
XYZ 3.45 2.72 11.17 -
YUV 44.47 156.52 119.11 -
System Red Green Blue C M Y K H S L
Decimal 32 41 95 0.66 0.57 0 0.63 231.43 0.5 0.25
Hex 20 29 5F 42 39 0 3F E7 32 19
Octal 40 51 137 102 71 0 77 347 62 31
Binary 100000 101001 1011111 1000010 111001 0 111111 11100111 110010 11001

Color Harmonies of #20295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20295F

Black with #20295F

Text Example


Text Example

White with #20295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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