#20415D

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

Shades of Regal Blue #20415D

Tints of Regal Blue #20415D

Color information

#20415D (or 0x20415D) is unknown color: approx Regal Blue. HEX triplet: 20, 41 and 5D. RGB value is (32,65,93). Sum of RGB (Red+Green+Blue) = 32+65+93=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #20415D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20415D is #DFBEA2. Grayscale: #3A3A3A. Windows color (decimal): -14663331 or 6111520. OLE color: 6111520.

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

Color convert

RGB326593-
CMYK0.660.3000.64
HSL207.54º48.8%24.51%-
HSV(B)207.54º65.59%36.47%-
XYZ4.464.8811.06-
YUV58.32147.57109.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.84%
GREEN value IS 65 (25.78% from 255) = 34.21%
BLUE value IS 93 (36.72% from 255) = 48.95%
R=16.84%
G=34.21%
B=48.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3265930.660.3000.64207.5448.824.51
Hex20415D421E040d03119
Octal401011351023601003206131
Binary10000010000011011101100001011110010000001101000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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