#20367A

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

Shades of Resolution Blue #20367A

Tints of Resolution Blue #20367A

Color information

#20367A (or 0x20367A) is unknown color: approx Resolution Blue. HEX triplet: 20, 36 and 7A. RGB value is (32,54,122). Sum of RGB (Red+Green+Blue) = 32+54+122=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 122 (48.05% from 255 or 58.65% from 208); Max value from RGB is 122 - color contains mainly: blue. Hex color #20367A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20367A is #DFC985. Grayscale: #363636. Windows color (decimal): -14666118 or 8009248. OLE color: 8009248.

HSL color Cylindrical-coordinate representation of color #20367A: hue angle of 225.33º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20367A is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3254122-
CMYK0.740.5600.52
HSL225.33º58.44%30.2%-
HSV(B)225.33º73.77%47.84%-
XYZ5.434.3518.97-
YUV55.17165.71111.47-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.38%
GREEN value IS 54 (21.48% from 255) = 25.96%
BLUE value IS 122 (48.05% from 255) = 58.65%
R=15.38%
G=25.96%
B=58.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32541220.740.5600.52225.3358.4430.2
Hex20367A4A38034e13a1e
Octal4066172112700643417236
Binary1000001101101111010100101011100001101001110000111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20367A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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