#20374E

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

Shades of Regal Blue #20374E

Tints of Regal Blue #20374E

Color information

#20374E (or 0x20374E) is unknown color: approx Regal Blue. HEX triplet: 20, 37 and 4E. RGB value is (32,55,78). Sum of RGB (Red+Green+Blue) = 32+55+78=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 78 (30.86% from 255 or 47.27% from 165); Max value from RGB is 78 - color contains mainly: blue. Hex color #20374E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20374E is #DFC8B1. Grayscale: #323232. Windows color (decimal): -14665906 or 5125920. OLE color: 5125920.

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

Color convert

RGB325578-
CMYK0.590.2900.69
HSL210º41.82%21.57%-
HSV(B)210º58.97%30.59%-
XYZ3.343.597.72-
YUV50.74143.38114.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.39%
GREEN value IS 55 (21.88% from 255) = 33.33%
BLUE value IS 78 (30.86% from 255) = 47.27%
R=19.39%
G=33.33%
B=47.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3255780.590.2900.6921041.8221.57
Hex20374E3B1D045d22a16
Octal4067116733501053225226
Binary100000110111100111011101111101010001011101001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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