#20405C

Color #20405C Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #20405C

Tints of Regal Blue #20405C

Color information

#20405C (or 0x20405C) is unknown color: approx Regal Blue. HEX triplet: 20, 40 and 5C. RGB value is (32,64,92). Sum of RGB (Red+Green+Blue) = 32+64+92=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 92 (36.33% from 255 or 48.94% from 188); Max value from RGB is 92 - color contains mainly: blue. Hex color #20405C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20405C is #DFBFA3. Grayscale: #393939. Windows color (decimal): -14663588 or 6045728. OLE color: 6045728.

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

Color convert

RGB326492-
CMYK0.650.3000.64
HSL208º48.39%24.31%-
HSV(B)208º65.22%36.08%-
XYZ4.364.7510.81-
YUV57.62147.4109.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.02%
GREEN value IS 64 (25.39% from 255) = 34.04%
BLUE value IS 92 (36.33% from 255) = 48.94%
R=17.02%
G=34.04%
B=48.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3264920.650.3000.6420848.3924.31
Hex20405C411E040d03018
Octal401001341013601003206030
Binary10000010000001011100100000111110010000001101000011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20405C;
 }
 .AnyTagClassName
 {
   color: #20405C;
 }
</style>
background-color css

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

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

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

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

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

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