#20388A

Color #20388A Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #20388A

Tints of Resolution Blue #20388A

Color information

#20388A (or 0x20388A) is unknown color: approx Resolution Blue. HEX triplet: 20, 38 and 8A. RGB value is (32,56,138). Sum of RGB (Red+Green+Blue) = 32+56+138=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 138 (54.30% from 255 or 61.06% from 226); Max value from RGB is 138 - color contains mainly: blue. Hex color #20388A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20388A is #DFC775. Grayscale: #393939. Windows color (decimal): -14665590 or 9058336. OLE color: 9058336.

HSL color Cylindrical-coordinate representation of color #20388A: hue angle of 226.42º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20388A is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3256138-
CMYK0.770.5900.46
HSL226.42º62.35%33.33%-
HSV(B)226.42º76.81%54.12%-
XYZ6.64.9724.66-
YUV58.17173.05109.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.16%
GREEN value IS 56 (22.27% from 255) = 24.78%
BLUE value IS 138 (54.30% from 255) = 61.06%
R=14.16%
G=24.78%
B=61.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal32561380.770.5900.46226.4262.3533.33
Hex20388A4D3B02Ee23e21
Octal4070212115730563427641
Binary100000111000100010101001101111011010111011100010111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20388A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20388A; }

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

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

<style>
 a { background-color: #20388A; }

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

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

<style>
 span { border-color: #20388A; }

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

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