#20364E

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

Shades of Regal Blue #20364E

Tints of Regal Blue #20364E

Color information

#20364E (or 0x20364E) is unknown color: approx Regal Blue. HEX triplet: 20, 36 and 4E. RGB value is (32,54,78). Sum of RGB (Red+Green+Blue) = 32+54+78=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 78 - color contains mainly: blue. Hex color #20364E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20364E is #DFC9B1. Grayscale: #323232. Windows color (decimal): -14666162 or 5125664. OLE color: 5125664.

HSL color Cylindrical-coordinate representation of color #20364E: hue angle of 211.3º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #20364E is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB325478-
CMYK0.590.3100.69
HSL211.3º41.82%21.57%-
HSV(B)211.3º58.97%30.59%-
XYZ3.293.57.71-
YUV50.16143.71115.05-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.51%
GREEN value IS 54 (21.48% from 255) = 32.93%
BLUE value IS 78 (30.86% from 255) = 47.56%
R=19.51%
G=32.93%
B=47.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3254780.590.3100.69211.341.8221.57
Hex20364E3B1F045d32a16
Octal4066116733701053235226
Binary100000110110100111011101111111010001011101001110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20364E; }

 p { color: rgb(32,54,78); }

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

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

 a { background-color: rgb(32,54,78); }

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

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

 span { border-color: rgb(32,54,78); }

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