#203285

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

Shades of Resolution Blue #203285

Tints of Resolution Blue #203285

Color information

#203285 (or 0x203285) is unknown color: approx Resolution Blue. HEX triplet: 20, 32 and 85. RGB value is (32,50,133). Sum of RGB (Red+Green+Blue) = 32+50+133=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 133 (52.34% from 255 or 61.86% from 215); Max value from RGB is 133 - color contains mainly: blue. Hex color #203285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203285 is #DFCD7A. Grayscale: #353535. Windows color (decimal): -14667131 or 8729120. OLE color: 8729120.

HSL color Cylindrical-coordinate representation of color #203285: hue angle of 229.31º 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 #203285 is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3250133-
CMYK0.760.6200.48
HSL229.31º61.21%32.35%-
HSV(B)229.31º75.94%52.16%-
XYZ5.974.2822.7-
YUV54.08172.54112.25-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.88%
GREEN value IS 50 (19.92% from 255) = 23.26%
BLUE value IS 133 (52.34% from 255) = 61.86%
R=14.88%
G=23.26%
B=61.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32501330.760.6200.48229.3161.2132.35
Hex2032854C3E030e53d20
Octal4062205114760603457540
Binary100000110010100001011001100111110011000011100101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203285; }

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

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

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

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

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

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

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

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