#204165

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

Shades of Regal Blue #204165

Tints of Regal Blue #204165

Color information

#204165 (or 0x204165) is unknown color: approx Regal Blue. HEX triplet: 20, 41 and 65. RGB value is (32,65,101). Sum of RGB (Red+Green+Blue) = 32+65+101=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #204165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204165 is #DFBE9A. Grayscale: #3B3B3B. Windows color (decimal): -14663323 or 6635808. OLE color: 6635808.

HSL color Cylindrical-coordinate representation of color #204165: hue angle of 211.3º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #204165 is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3265101-
CMYK0.680.3600.60
HSL211.3º51.88%26.08%-
HSV(B)211.3º68.32%39.61%-
XYZ4.835.0313.03-
YUV59.24151.57108.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.16%
GREEN value IS 65 (25.78% from 255) = 32.83%
BLUE value IS 101 (39.84% from 255) = 51.01%
R=16.16%
G=32.83%
B=51.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal32651010.680.3600.60211.351.8826.08
Hex204165442403Cd3341a
Octal40101145104440743236432
Binary10000010000011100101100010010010001111001101001111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204165; }

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

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

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

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

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

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

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

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