Html Css Color HEX #20265D Lucky Point

📋 copy color: '#20265D'

red 32 ◦ green 38 ◦ blue 93

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

Shades of Lucky Point #20265D

Tints of Lucky Point #20265D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 57.06%

R = 19.63%
G = 23.31%
B = 57.06%

CMYK

 C value IS 0.66

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20265D (or 0x20265D) is known color: Lucky Point. HEX triplet: 20, 26 and 5D. RGB value is (32,38,93). Sum of RGB (Red+Green+Blue) = 32+38+93=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #20265D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20265D is #DFD9A2. Grayscale: #2A2A2A. Windows color (decimal): -14670243 or 6104608. OLE color: 6104608.

HSL color Cylindrical-coordinate representation of color #20265D: hue angle of 234.1º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20265D is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 38 93 -
CMYK 0.66 0.59 0 0.64
HSL 234.1º 0.49% 0.25% -
HSV(B) 234.1º 0.66% 0.36% -
XYZ 3.26 2.48 10.66 -
YUV 42.48 156.51 120.53 -
System Red Green Blue C M Y K H S L
Decimal 32 38 93 0.66 0.59 0 0.64 234.1 0.49 0.25
Hex 20 26 5D 42 3B 0 40 EA 31 19
Octal 40 46 135 102 73 0 100 352 61 31
Binary 100000 100110 1011101 1000010 111011 0 1000000 11101010 110001 11001

Color Harmonies of #20265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20265D

Black with #20265D

Text Example


Text Example

White with #20265D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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