#204469

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

Shades of Regal Blue #204469

Tints of Regal Blue #204469

Color information

#204469 (or 0x204469) is unknown color: approx Regal Blue. HEX triplet: 20, 44 and 69. RGB value is (32,68,105). Sum of RGB (Red+Green+Blue) = 32+68+105=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #204469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204469 is #DFBB96. Grayscale: #3D3D3D. Windows color (decimal): -14662551 or 6898720. OLE color: 6898720.

HSL color Cylindrical-coordinate representation of color #204469: hue angle of 210.41º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #204469 is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3268105-
CMYK0.700.3500.59
HSL210.41º53.28%26.86%-
HSV(B)210.41º69.52%41.18%-
XYZ5.215.4614.14-
YUV61.45152.57106.99-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.61%
GREEN value IS 68 (26.95% from 255) = 33.17%
BLUE value IS 105 (41.41% from 255) = 51.22%
R=15.61%
G=33.17%
B=51.22%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32681050.700.3500.59210.4153.2826.86
Hex204469462303Bd2351b
Octal40104151106430733226533
Binary10000010001001101001100011010001101110111101001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204469; }

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

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

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

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

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

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

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

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