#20384F

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

Shades of Regal Blue #20384F

Tints of Regal Blue #20384F

Color information

#20384F (or 0x20384F) is unknown color: approx Regal Blue. HEX triplet: 20, 38 and 4F. RGB value is (32,56,79). Sum of RGB (Red+Green+Blue) = 32+56+79=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 79 - color contains mainly: blue. Hex color #20384F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20384F is #DFC7B0. Grayscale: #333333. Windows color (decimal): -14665649 or 5191712. OLE color: 5191712.

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

Color convert

RGB325679-
CMYK0.590.2900.69
HSL209.36º42.34%21.76%-
HSV(B)209.36º59.49%30.98%-
XYZ3.423.77.93-
YUV51.45143.55114.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.16%
GREEN value IS 56 (22.27% from 255) = 33.53%
BLUE value IS 79 (31.25% from 255) = 47.31%
R=19.16%
G=33.53%
B=47.31%

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
Decimal3256790.590.2900.69209.3642.3421.76
Hex20384F3B1D045d12a16
Octal4070117733501053215226
Binary100000111000100111111101111101010001011101000110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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