Html Css Color HEX #20265B Lucky Point

📋 copy color: '#20265B'

red 32 ◦ green 38 ◦ blue 91

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

Shades of Lucky Point #20265B

Tints of Lucky Point #20265B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.6%

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

R = 19.88%
G = 23.6%
B = 56.52%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20265B (or 0x20265B) is known color: Lucky Point. HEX triplet: 20, 26 and 5B. RGB value is (32,38,91). Sum of RGB (Red+Green+Blue) = 32+38+91=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #20265B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20265B is #DFD9A4. Grayscale: #2A2A2A. Windows color (decimal): -14670245 or 5973536. OLE color: 5973536.

HSL color Cylindrical-coordinate representation of color #20265B: hue angle of 233.9º 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 #20265B is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 38 91 -
CMYK 0.65 0.58 0 0.64
HSL 233.9º 0.48% 0.24% -
HSV(B) 233.9º 0.65% 0.36% -
XYZ 3.18 2.45 10.2 -
YUV 42.25 155.51 120.69 -
System Red Green Blue C M Y K H S L
Decimal 32 38 91 0.65 0.58 0 0.64 233.9 0.48 0.24
Hex 20 26 5B 41 3A 0 40 EA 30 18
Octal 40 46 133 101 72 0 100 352 60 30
Binary 100000 100110 1011011 1000001 111010 0 1000000 11101010 110000 11000

Color Harmonies of #20265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20265B

Black with #20265B

Text Example


Text Example

White with #20265B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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