#203A72

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

Shades of Resolution Blue #203A72

Tints of Resolution Blue #203A72

Color information

#203A72 (or 0x203A72) is unknown color: approx Resolution Blue. HEX triplet: 20, 3A and 72. RGB value is (32,58,114). Sum of RGB (Red+Green+Blue) = 32+58+114=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #203A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203A72 is #DFC58D. Grayscale: #383838. Windows color (decimal): -14665102 or 7485984. OLE color: 7485984.

HSL color Cylindrical-coordinate representation of color #203A72: hue angle of 220.98º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #203A72 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3258114-
CMYK0.720.4900.55
HSL220.98º56.16%28.63%-
HSV(B)220.98º71.93%44.71%-
XYZ5.154.5516.53-
YUV56.61160.39110.45-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.69%
GREEN value IS 58 (23.05% from 255) = 28.43%
BLUE value IS 114 (44.92% from 255) = 55.88%
R=15.69%
G=28.43%
B=55.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32581140.720.4900.55220.9856.1628.63
Hex203A724831037dd381d
Octal4072162110610673357035
Binary1000001110101110010100100011000101101111101110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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