#20364F

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

Shades of Regal Blue #20364F

Tints of Regal Blue #20364F

Color information

#20364F (or 0x20364F) is unknown color: approx Regal Blue. HEX triplet: 20, 36 and 4F. RGB value is (32,54,79). Sum of RGB (Red+Green+Blue) = 32+54+79=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 79 (31.25% from 255 or 47.88% from 165); Max value from RGB is 79 - color contains mainly: blue. Hex color #20364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20364F is #DFC9B0. Grayscale: #323232. Windows color (decimal): -14666161 or 5191200. OLE color: 5191200.

HSL color Cylindrical-coordinate representation of color #20364F: hue angle of 211.91º 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 #20364F is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB325479-
CMYK0.590.3200.69
HSL211.91º42.34%21.76%-
HSV(B)211.91º59.49%30.98%-
XYZ3.333.517.9-
YUV50.27144.21114.97-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.39%
GREEN value IS 54 (21.48% from 255) = 32.73%
BLUE value IS 79 (31.25% from 255) = 47.88%
R=19.39%
G=32.73%
B=47.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3254790.590.3200.69211.9142.3421.76
Hex20364F3B20045d42a16
Octal4066117734001053245226
Binary1000001101101001111111011100000010001011101010010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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