#204163

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

Shades of Regal Blue #204163

Tints of Regal Blue #204163

Color information

#204163 (or 0x204163) is unknown color: approx Regal Blue. HEX triplet: 20, 41 and 63. RGB value is (32,65,99). Sum of RGB (Red+Green+Blue) = 32+65+99=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #204163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204163 is #DFBE9C. Grayscale: #3A3A3A. Windows color (decimal): -14663325 or 6504736. OLE color: 6504736.

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

Color convert

RGB326599-
CMYK0.680.3400.61
HSL210.45º51.15%25.69%-
HSV(B)210.45º67.68%38.82%-
XYZ4.744.9912.52-
YUV59.01150.57108.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.33%
GREEN value IS 65 (25.78% from 255) = 33.16%
BLUE value IS 99 (39.06% from 255) = 50.51%
R=16.33%
G=33.16%
B=50.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3265990.680.3400.61210.4551.1525.69
Hex204163442203Dd2331a
Octal40101143104420753226332
Binary10000010000011100011100010010001001111011101001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204163; }

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

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

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

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

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

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

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

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