#204060

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

Shades of Regal Blue #204060

Tints of Regal Blue #204060

Color information

#204060 (or 0x204060) is unknown color: approx Regal Blue. HEX triplet: 20, 40 and 60. RGB value is (32,64,96). Sum of RGB (Red+Green+Blue) = 32+64+96=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #204060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204060 is #DFBF9F. Grayscale: #393939. Windows color (decimal): -14663584 or 6307872. OLE color: 6307872.

HSL color Cylindrical-coordinate representation of color #204060: hue angle of 210º 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 #204060 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB326496-
CMYK0.670.3300.62
HSL210º50%25.1%-
HSV(B)210º66.67%37.65%-
XYZ4.544.8211.76-
YUV58.08149.4109.4-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.67%
GREEN value IS 64 (25.39% from 255) = 33.33%
BLUE value IS 96 (37.89% from 255) = 50%
R=16.67%
G=33.33%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3264960.670.3300.622105025.1
Hex204060432103Ed23219
Octal40100140103410763226231
Binary10000010000001100000100001110000101111101101001011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204060; }

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

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

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

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

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

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

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

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