#203685

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

Shades of Resolution Blue #203685

Tints of Resolution Blue #203685

Color information

#203685 (or 0x203685) is unknown color: approx Resolution Blue. HEX triplet: 20, 36 and 85. RGB value is (32,54,133). Sum of RGB (Red+Green+Blue) = 32+54+133=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #203685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203685 is #DFC97A. Grayscale: #383838. Windows color (decimal): -14666107 or 8730144. OLE color: 8730144.

HSL color Cylindrical-coordinate representation of color #203685: hue angle of 226.93º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #203685 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3254133-
CMYK0.760.5900.48
HSL226.93º61.21%32.35%-
HSV(B)226.93º75.94%52.16%-
XYZ6.154.6422.76-
YUV56.43171.21110.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.61%
GREEN value IS 54 (21.48% from 255) = 24.66%
BLUE value IS 133 (52.34% from 255) = 60.73%
R=14.61%
G=24.66%
B=60.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32541330.760.5900.48226.9361.2132.35
Hex2036854C3B030e33d20
Octal4066205114730603437540
Binary100000110110100001011001100111011011000011100011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203685; }

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

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

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

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

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

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

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

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