Html Css Color HEX #20265C Lucky Point

📋 copy color: '#20265C'

red 32 ◦ green 38 ◦ blue 92

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

Shades of Lucky Point #20265C

Tints of Lucky Point #20265C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 56.79%

R = 19.75%
G = 23.46%
B = 56.79%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20265C (or 0x20265C) is known color: Lucky Point. HEX triplet: 20, 26 and 5C. RGB value is (32,38,92). Sum of RGB (Red+Green+Blue) = 32+38+92=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 92 (36.33% from 255 or 56.79% from 162); Max value from RGB is 92 - color contains mainly: blue. Hex color #20265C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20265C is #DFD9A3. Grayscale: #2A2A2A. Windows color (decimal): -14670244 or 6039072. OLE color: 6039072.

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

Color convert

RGB 32 38 92 -
CMYK 0.65 0.59 0 0.64
HSL 234º 0.48% 0.24% -
HSV(B) 234º 0.65% 0.36% -
XYZ 3.22 2.47 10.43 -
YUV 42.36 156.01 120.61 -
System Red Green Blue C M Y K H S L
Decimal 32 38 92 0.65 0.59 0 0.64 234 0.48 0.24
Hex 20 26 5C 41 3B 0 40 EA 30 18
Octal 40 46 134 101 73 0 100 352 60 30
Binary 100000 100110 1011100 1000001 111011 0 1000000 11101010 110000 11000

Color Harmonies of #20265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20265C

Black with #20265C

Text Example


Text Example

White with #20265C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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