#20357A

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

Shades of Resolution Blue #20357A

Tints of Resolution Blue #20357A

Color information

#20357A (or 0x20357A) is unknown color: approx Resolution Blue. HEX triplet: 20, 35 and 7A. RGB value is (32,53,122). Sum of RGB (Red+Green+Blue) = 32+53+122=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 122 (48.05% from 255 or 58.94% from 207); Max value from RGB is 122 - color contains mainly: blue. Hex color #20357A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20357A is #DFCA85. Grayscale: #363636. Windows color (decimal): -14666374 or 8008992. OLE color: 8008992.

HSL color Cylindrical-coordinate representation of color #20357A: hue angle of 226º 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 #20357A is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3253122-
CMYK0.740.5700.52
HSL226º58.44%30.2%-
HSV(B)226º73.77%47.84%-
XYZ5.384.2618.95-
YUV54.59166.04111.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.46%
GREEN value IS 53 (21.09% from 255) = 25.60%
BLUE value IS 122 (48.05% from 255) = 58.94%
R=15.46%
G=25.60%
B=58.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32531220.740.5700.5222658.4430.2
Hex20357A4A39034e23a1e
Octal4065172112710643427236
Binary1000001101011111010100101011100101101001110001011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20357A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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