#204369

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

Shades of Regal Blue #204369

Tints of Regal Blue #204369

Color information

#204369 (or 0x204369) is unknown color: approx Regal Blue. HEX triplet: 20, 43 and 69. RGB value is (32,67,105). Sum of RGB (Red+Green+Blue) = 32+67+105=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #204369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204369 is #DFBC96. Grayscale: #3C3C3C. Windows color (decimal): -14662807 or 6898464. OLE color: 6898464.

HSL color Cylindrical-coordinate representation of color #204369: hue angle of 211.23º 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 #204369 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3267105-
CMYK0.700.3600.59
HSL211.23º53.28%26.86%-
HSV(B)211.23º69.52%41.18%-
XYZ5.155.3414.12-
YUV60.87152.9107.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.69%
GREEN value IS 67 (26.56% from 255) = 32.84%
BLUE value IS 105 (41.41% from 255) = 51.47%
R=15.69%
G=32.84%
B=51.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32671050.700.3600.59211.2353.2826.86
Hex204369462403Bd3351b
Octal40103151106440733236533
Binary10000010000111101001100011010010001110111101001111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204369; }

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

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

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

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

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

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

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

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