#20425D

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

Shades of Regal Blue #20425D

Tints of Regal Blue #20425D

Color information

#20425D (or 0x20425D) is unknown color: approx Regal Blue. HEX triplet: 20, 42 and 5D. RGB value is (32,66,93). Sum of RGB (Red+Green+Blue) = 32+66+93=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #20425D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20425D is #DFBDA2. Grayscale: #3A3A3A. Windows color (decimal): -14663075 or 6111776. OLE color: 6111776.

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

Color convert

RGB326693-
CMYK0.660.2900.64
HSL206.56º48.8%24.51%-
HSV(B)206.56º65.59%36.47%-
XYZ4.524.9911.08-
YUV58.91147.24108.8-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.75%
GREEN value IS 66 (26.17% from 255) = 34.55%
BLUE value IS 93 (36.72% from 255) = 48.69%
R=16.75%
G=34.55%
B=48.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3266930.660.2900.64206.5648.824.51
Hex20425D421D040cf3119
Octal401021351023501003176131
Binary10000010000101011101100001011101010000001100111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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