#204563

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

Shades of Regal Blue #204563

Tints of Regal Blue #204563

Color information

#204563 (or 0x204563) is unknown color: approx Regal Blue. HEX triplet: 20, 45 and 63. RGB value is (32,69,99). Sum of RGB (Red+Green+Blue) = 32+69+99=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #204563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204563 is #DFBA9C. Grayscale: #3D3D3D. Windows color (decimal): -14662301 or 6505760. OLE color: 6505760.

HSL color Cylindrical-coordinate representation of color #204563: hue angle of 206.87º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #204563 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB326999-
CMYK0.680.3000.61
HSL206.87º51.15%25.69%-
HSV(B)206.87º67.68%38.82%-
XYZ4.985.4612.6-
YUV61.36149.24107.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16%
GREEN value IS 69 (27.34% from 255) = 34.5%
BLUE value IS 99 (39.06% from 255) = 49.5%
R=16%
G=34.5%
B=49.5%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3269990.680.3000.61206.8751.1525.69
Hex204563441E03Dcf331a
Octal40105143104360753176332
Binary1000001000101110001110001001111001111011100111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204563; }

 p { color: rgb(32,69,99); }

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

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

 a { background-color: rgb(32,69,99); }

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

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

 span { border-color: rgb(32,69,99); }

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