#204463

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

Shades of Regal Blue #204463

Tints of Regal Blue #204463

Color information

#204463 (or 0x204463) is unknown color: approx Regal Blue. HEX triplet: 20, 44 and 63. RGB value is (32,68,99). Sum of RGB (Red+Green+Blue) = 32+68+99=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #204463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204463 is #DFBB9C. Grayscale: #3C3C3C. Windows color (decimal): -14662557 or 6505504. OLE color: 6505504.

HSL color Cylindrical-coordinate representation of color #204463: hue angle of 207.76º 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 #204463 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB326899-
CMYK0.680.3100.61
HSL207.76º51.15%25.69%-
HSV(B)207.76º67.68%38.82%-
XYZ4.915.3412.58-
YUV60.77149.57107.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.08%
GREEN value IS 68 (26.95% from 255) = 34.17%
BLUE value IS 99 (39.06% from 255) = 49.75%
R=16.08%
G=34.17%
B=49.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3268990.680.3100.61207.7651.1525.69
Hex204463441F03Dd0331a
Octal40104143104370753206332
Binary1000001000100110001110001001111101111011101000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204463; }

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

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

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

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

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

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

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

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