#20367F

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

Shades of Resolution Blue #20367F

Tints of Resolution Blue #20367F

Color information

#20367F (or 0x20367F) is unknown color: approx Resolution Blue. HEX triplet: 20, 36 and 7F. RGB value is (32,54,127). Sum of RGB (Red+Green+Blue) = 32+54+127=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 127 (50% from 255 or 59.62% from 213); Max value from RGB is 127 - color contains mainly: blue. Hex color #20367F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20367F is #DFC980. Grayscale: #373737. Windows color (decimal): -14666113 or 8336928. OLE color: 8336928.

HSL color Cylindrical-coordinate representation of color #20367F: hue angle of 226.11º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20367F is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3254127-
CMYK0.750.5700.50
HSL226.11º59.75%31.18%-
HSV(B)226.11º74.8%49.8%-
XYZ5.754.4820.64-
YUV55.74168.21111.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.02%
GREEN value IS 54 (21.48% from 255) = 25.35%
BLUE value IS 127 (50% from 255) = 59.62%
R=15.02%
G=25.35%
B=59.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal32541270.750.5700.50226.1159.7531.18
Hex20367F4B39032e23c1f
Octal4066177113710623427437
Binary1000001101101111111100101111100101100101110001011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20367F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,54,127); }

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

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

 a { background-color: rgb(32,54,127); }

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

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

 span { border-color: rgb(32,54,127); }

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