Html Css Color HEX #20265F Lucky Point

📋 copy color: '#20265F'

red 32 ◦ green 38 ◦ blue 95

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

Shades of Lucky Point #20265F

Tints of Lucky Point #20265F

RGB

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

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

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

R = 19.39%
G = 23.03%
B = 57.58%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#20265F (or 0x20265F) is known color: Lucky Point. HEX triplet: 20, 26 and 5F. RGB value is (32,38,95). Sum of RGB (Red+Green+Blue) = 32+38+95=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 95 (37.5% from 255 or 57.58% from 165); Max value from RGB is 95 - color contains mainly: blue. Hex color #20265F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20265F is #DFD9A0. Grayscale: #2A2A2A. Windows color (decimal): -14670241 or 6235680. OLE color: 6235680.

HSL color Cylindrical-coordinate representation of color #20265F: hue angle of 234.29º 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 #20265F is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 32 38 95 -
CMYK 0.66 0.60 0 0.63
HSL 234.29º 0.5% 0.25% -
HSV(B) 234.29º 0.66% 0.37% -
XYZ 3.35 2.52 11.14 -
YUV 42.7 157.51 120.37 -
System Red Green Blue C M Y K H S L
Decimal 32 38 95 0.66 0.60 0 0.63 234.29 0.5 0.25
Hex 20 26 5F 42 3C 0 3F EA 32 19
Octal 40 46 137 102 74 0 77 352 62 31
Binary 100000 100110 1011111 1000010 111100 0 111111 11101010 110010 11001

Color Harmonies of #20265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20265F

Black with #20265F

Text Example


Text Example

White with #20265F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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