#20374F

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

Shades of Regal Blue #20374F

Tints of Regal Blue #20374F

Color information

#20374F (or 0x20374F) is unknown color: approx Regal Blue. HEX triplet: 20, 37 and 4F. RGB value is (32,55,79). Sum of RGB (Red+Green+Blue) = 32+55+79=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 79 (31.25% from 255 or 47.59% from 166); Max value from RGB is 79 - color contains mainly: blue. Hex color #20374F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20374F is #DFC8B0. Grayscale: #323232. Windows color (decimal): -14665905 or 5191456. OLE color: 5191456.

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

Color convert

RGB325579-
CMYK0.590.3000.69
HSL210.64º42.34%21.76%-
HSV(B)210.64º59.49%30.98%-
XYZ3.373.67.91-
YUV50.86143.88114.55-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.28%
GREEN value IS 55 (21.88% from 255) = 33.13%
BLUE value IS 79 (31.25% from 255) = 47.59%
R=19.28%
G=33.13%
B=47.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3255790.590.3000.69210.6442.3421.76
Hex20374F3B1E045d32a16
Octal4067117733601053235226
Binary100000110111100111111101111110010001011101001110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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