#20367C

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

Shades of Resolution Blue #20367C

Tints of Resolution Blue #20367C

Color information

#20367C (or 0x20367C) is unknown color: approx Resolution Blue. HEX triplet: 20, 36 and 7C. RGB value is (32,54,124). Sum of RGB (Red+Green+Blue) = 32+54+124=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #20367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20367C is #DFC983. Grayscale: #373737. Windows color (decimal): -14666116 or 8140320. OLE color: 8140320.

HSL color Cylindrical-coordinate representation of color #20367C: hue angle of 225.65º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20367C is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3254124-
CMYK0.740.5600.51
HSL225.65º58.97%30.59%-
HSV(B)225.65º74.19%48.63%-
XYZ5.554.419.63-
YUV55.4166.71111.31-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.24%
GREEN value IS 54 (21.48% from 255) = 25.71%
BLUE value IS 124 (48.83% from 255) = 59.05%
R=15.24%
G=25.71%
B=59.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32541240.740.5600.51225.6558.9730.59
Hex20367C4A38033e23b1f
Octal4066174112700633427337
Binary1000001101101111100100101011100001100111110001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20367C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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