#20425A

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

Shades of Regal Blue #20425A

Tints of Regal Blue #20425A

Color information

#20425A (or 0x20425A) is unknown color: approx Regal Blue. HEX triplet: 20, 42 and 5A. RGB value is (32,66,90). Sum of RGB (Red+Green+Blue) = 32+66+90=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #20425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20425A is #DFBDA5. Grayscale: #3A3A3A. Windows color (decimal): -14663078 or 5915168. OLE color: 5915168.

HSL color Cylindrical-coordinate representation of color #20425A: hue angle of 204.83º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #20425A is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB326690-
CMYK0.640.2700.65
HSL204.83º47.54%23.92%-
HSV(B)204.83º64.44%35.29%-
XYZ4.394.9410.4-
YUV58.57145.74109.05-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.02%
GREEN value IS 66 (26.17% from 255) = 35.11%
BLUE value IS 90 (35.55% from 255) = 47.87%
R=17.02%
G=35.11%
B=47.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3266900.640.2700.65204.8347.5423.92
Hex20425A401B041cd3018
Octal401021321003301013156030
Binary10000010000101011010100000011011010000011100110111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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