#204061

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

Shades of Regal Blue #204061

Tints of Regal Blue #204061

Color information

#204061 (or 0x204061) is unknown color: approx Regal Blue. HEX triplet: 20, 40 and 61. RGB value is (32,64,97). Sum of RGB (Red+Green+Blue) = 32+64+97=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #204061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204061 is #DFBF9E. Grayscale: #3A3A3A. Windows color (decimal): -14663583 or 6373408. OLE color: 6373408.

HSL color Cylindrical-coordinate representation of color #204061: hue angle of 210.46º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #204061 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB326497-
CMYK0.670.3400.62
HSL210.46º50.39%25.29%-
HSV(B)210.46º67.01%38.04%-
XYZ4.594.8412-
YUV58.19149.9109.32-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.58%
GREEN value IS 64 (25.39% from 255) = 33.16%
BLUE value IS 97 (38.28% from 255) = 50.26%
R=16.58%
G=33.16%
B=50.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3264970.670.3400.62210.4650.3925.29
Hex204061432203Ed23219
Octal40100141103420763226231
Binary10000010000001100001100001110001001111101101001011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204061; }

 p { color: rgb(32,64,97); }

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

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

 a { background-color: rgb(32,64,97); }

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

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

 span { border-color: rgb(32,64,97); }

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