#20384E

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

Shades of Regal Blue #20384E

Tints of Regal Blue #20384E

Color information

#20384E (or 0x20384E) is unknown color: approx Regal Blue. HEX triplet: 20, 38 and 4E. RGB value is (32,56,78). Sum of RGB (Red+Green+Blue) = 32+56+78=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 78 - color contains mainly: blue. Hex color #20384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20384E is #DFC7B1. Grayscale: #333333. Windows color (decimal): -14665650 or 5126176. OLE color: 5126176.

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

Color convert

RGB325678-
CMYK0.590.2800.69
HSL208.7º41.82%21.57%-
HSV(B)208.7º58.97%30.59%-
XYZ3.383.697.74-
YUV51.33143.05114.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.28%
GREEN value IS 56 (22.27% from 255) = 33.73%
BLUE value IS 78 (30.86% from 255) = 46.99%
R=19.28%
G=33.73%
B=46.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3256780.590.2800.69208.741.8221.57
Hex20384E3B1C045d12a16
Octal4070116733401053215226
Binary100000111000100111011101111100010001011101000110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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