#203A6F

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

Shades of Resolution Blue #203A6F

Tints of Resolution Blue #203A6F

Color information

#203A6F (or 0x203A6F) is unknown color: approx Resolution Blue. HEX triplet: 20, 3A and 6F. RGB value is (32,58,111). Sum of RGB (Red+Green+Blue) = 32+58+111=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 58 (23.05% from 255 or 28.86% from 201); Blue value is 111 (43.75% from 255 or 55.22% from 201); Max value from RGB is 111 - color contains mainly: blue. Hex color #203A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203A6F is #DFC590. Grayscale: #383838. Windows color (decimal): -14665105 or 7289376. OLE color: 7289376.

HSL color Cylindrical-coordinate representation of color #203A6F: hue angle of 220.25º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #203A6F is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3258111-
CMYK0.710.4800.56
HSL220.25º55.24%28.04%-
HSV(B)220.25º71.17%43.53%-
XYZ4.984.4815.64-
YUV56.27158.89110.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.92%
GREEN value IS 58 (23.05% from 255) = 28.86%
BLUE value IS 111 (43.75% from 255) = 55.22%
R=15.92%
G=28.86%
B=55.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32581110.710.4800.56220.2555.2428.04
Hex203A6F4730038dc371c
Octal4072157107600703346734
Binary1000001110101101111100011111000001110001101110011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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