#20347B

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

Shades of Resolution Blue #20347B

Tints of Resolution Blue #20347B

Color information

#20347B (or 0x20347B) is unknown color: approx Resolution Blue. HEX triplet: 20, 34 and 7B. RGB value is (32,52,123). Sum of RGB (Red+Green+Blue) = 32+52+123=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 123 (48.44% from 255 or 59.42% from 207); Max value from RGB is 123 - color contains mainly: blue. Hex color #20347B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20347B is #DFCB84. Grayscale: #353535. Windows color (decimal): -14666629 or 8074272. OLE color: 8074272.

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

Color convert

RGB3252123-
CMYK0.740.5800.52
HSL226.81º58.71%30.39%-
HSV(B)226.81º73.98%48.24%-
XYZ5.44.1919.26-
YUV54.11166.87112.23-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.46%
GREEN value IS 52 (20.70% from 255) = 25.12%
BLUE value IS 123 (48.44% from 255) = 59.42%
R=15.46%
G=25.12%
B=59.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32521230.740.5800.52226.8158.7130.39
Hex20347B4A3A034e33b1e
Octal4064173112720643437336
Binary1000001101001111011100101011101001101001110001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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