#204461

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

Shades of Regal Blue #204461

Tints of Regal Blue #204461

Color information

#204461 (or 0x204461) is unknown color: approx Regal Blue. HEX triplet: 20, 44 and 61. RGB value is (32,68,97). Sum of RGB (Red+Green+Blue) = 32+68+97=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #204461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204461 is #DFBB9E. Grayscale: #3C3C3C. Windows color (decimal): -14662559 or 6374432. OLE color: 6374432.

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

Color convert

RGB326897-
CMYK0.670.3000.62
HSL206.77º50.39%25.29%-
HSV(B)206.77º67.01%38.04%-
XYZ4.825.312.08-
YUV60.54148.57107.64-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.24%
GREEN value IS 68 (26.95% from 255) = 34.52%
BLUE value IS 97 (38.28% from 255) = 49.24%
R=16.24%
G=34.52%
B=49.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3268970.670.3000.62206.7750.3925.29
Hex204461431E03Ecf3219
Octal40104141103360763176231
Binary1000001000100110000110000111111001111101100111111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204461; }

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

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

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

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

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

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

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

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