#203A75

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

Shades of Resolution Blue #203A75

Tints of Resolution Blue #203A75

Color information

#203A75 (or 0x203A75) is unknown color: approx Resolution Blue. HEX triplet: 20, 3A and 75. RGB value is (32,58,117). Sum of RGB (Red+Green+Blue) = 32+58+117=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #203A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203A75 is #DFC58A. Grayscale: #383838. Windows color (decimal): -14665099 or 7682592. OLE color: 7682592.

HSL color Cylindrical-coordinate representation of color #203A75: hue angle of 221.65º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #203A75 is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3258117-
CMYK0.730.5000.54
HSL221.65º57.05%29.22%-
HSV(B)221.65º72.65%45.88%-
XYZ5.324.6217.44-
YUV56.95161.89110.2-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.46%
GREEN value IS 58 (23.05% from 255) = 28.02%
BLUE value IS 117 (46.09% from 255) = 56.52%
R=15.46%
G=28.02%
B=56.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32581170.730.5000.54221.6557.0529.22
Hex203A754932036de391d
Octal4072165111620663367135
Binary1000001110101110101100100111001001101101101111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203A75; }

 p { color: rgb(32,58,117); }

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

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

 a { background-color: rgb(32,58,117); }

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

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

 span { border-color: rgb(32,58,117); }

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