#20367B

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

Shades of Resolution Blue #20367B

Tints of Resolution Blue #20367B

Color information

#20367B (or 0x20367B) is unknown color: approx Resolution Blue. HEX triplet: 20, 36 and 7B. RGB value is (32,54,123). Sum of RGB (Red+Green+Blue) = 32+54+123=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #20367B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20367B is #DFC984. Grayscale: #363636. Windows color (decimal): -14666117 or 8074784. OLE color: 8074784.

HSL color Cylindrical-coordinate representation of color #20367B: hue angle of 225.49º degrees, saturation: 0.59, 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 #20367B is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3254123-
CMYK0.740.5600.52
HSL225.49º58.71%30.39%-
HSV(B)225.49º73.98%48.24%-
XYZ5.494.3819.29-
YUV55.29166.21111.39-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.31%
GREEN value IS 54 (21.48% from 255) = 25.84%
BLUE value IS 123 (48.44% from 255) = 58.85%
R=15.31%
G=25.84%
B=58.85%

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
Decimal32541230.740.5600.52225.4958.7130.39
Hex20367B4A38034e13b1e
Octal4066173112700643417336
Binary1000001101101111011100101011100001101001110000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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