#20374D

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

Shades of Regal Blue #20374D

Tints of Regal Blue #20374D

Color information

#20374D (or 0x20374D) is unknown color: approx Regal Blue. HEX triplet: 20, 37 and 4D. RGB value is (32,55,77). Sum of RGB (Red+Green+Blue) = 32+55+77=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 77 - color contains mainly: blue. Hex color #20374D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20374D is #DFC8B2. Grayscale: #323232. Windows color (decimal): -14665907 or 5060384. OLE color: 5060384.

HSL color Cylindrical-coordinate representation of color #20374D: hue angle of 209.33º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #20374D is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB325577-
CMYK0.580.2900.70
HSL209.33º41.28%21.37%-
HSV(B)209.33º58.44%30.2%-
XYZ3.33.587.54-
YUV50.63142.88114.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.51%
GREEN value IS 55 (21.88% from 255) = 33.54%
BLUE value IS 77 (30.47% from 255) = 46.95%
R=19.51%
G=33.54%
B=46.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3255770.580.2900.70209.3341.2821.37
Hex20374D3A1D046d12915
Octal4067115723501063215125
Binary100000110111100110111101011101010001101101000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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