#203679

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

Shades of Resolution Blue #203679

Tints of Resolution Blue #203679

Color information

#203679 (or 0x203679) is unknown color: approx Resolution Blue. HEX triplet: 20, 36 and 79. RGB value is (32,54,121). Sum of RGB (Red+Green+Blue) = 32+54+121=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 121 (47.66% from 255 or 58.45% from 207); Max value from RGB is 121 - color contains mainly: blue. Hex color #203679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203679 is #DFC986. Grayscale: #363636. Windows color (decimal): -14666119 or 7943712. OLE color: 7943712.

HSL color Cylindrical-coordinate representation of color #203679: hue angle of 225.17º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #203679 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3254121-
CMYK0.740.5500.53
HSL225.17º58.17%30%-
HSV(B)225.17º73.55%47.45%-
XYZ5.374.3318.64-
YUV55.06165.21111.55-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.46%
GREEN value IS 54 (21.48% from 255) = 26.09%
BLUE value IS 121 (47.66% from 255) = 58.45%
R=15.46%
G=26.09%
B=58.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32541210.740.5500.53225.1758.1730
Hex2036794A37035e13a1e
Octal4066171112670653417236
Binary1000001101101111001100101011011101101011110000111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203679; }

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

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

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

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

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

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

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

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