#20405B

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

Shades of Regal Blue #20405B

Tints of Regal Blue #20405B

Color information

#20405B (or 0x20405B) is unknown color: approx Regal Blue. HEX triplet: 20, 40 and 5B. RGB value is (32,64,91). Sum of RGB (Red+Green+Blue) = 32+64+91=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #20405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20405B is #DFBFA4. Grayscale: #393939. Windows color (decimal): -14663589 or 5980192. OLE color: 5980192.

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

Color convert

RGB326491-
CMYK0.650.3000.64
HSL207.46º47.97%24.12%-
HSV(B)207.46º64.84%35.69%-
XYZ4.324.7310.58-
YUV57.51146.9109.8-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.11%
GREEN value IS 64 (25.39% from 255) = 34.22%
BLUE value IS 91 (35.94% from 255) = 48.66%
R=17.11%
G=34.22%
B=48.66%

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
Decimal3264910.650.3000.64207.4647.9724.12
Hex20405B411E040cf3018
Octal401001331013601003176030
Binary10000010000001011011100000111110010000001100111111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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