#203072

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

Shades of Resolution Blue #203072

Tints of Resolution Blue #203072

Color information

#203072 (or 0x203072) is unknown color: approx Resolution Blue. HEX triplet: 20, 30 and 72. RGB value is (32,48,114). Sum of RGB (Red+Green+Blue) = 32+48+114=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #203072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203072 is #DFCF8D. Grayscale: #323232. Windows color (decimal): -14667662 or 7483424. OLE color: 7483424.

HSL color Cylindrical-coordinate representation of color #203072: hue angle of 228.29º 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 #203072 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3248114-
CMYK0.720.5800.55
HSL228.29º56.16%28.63%-
HSV(B)228.29º71.93%44.71%-
XYZ4.693.6416.37-
YUV50.74163.7114.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.49%
GREEN value IS 48 (19.14% from 255) = 24.74%
BLUE value IS 114 (44.92% from 255) = 58.76%
R=16.49%
G=24.74%
B=58.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32481140.720.5800.55228.2956.1628.63
Hex203072483A037e4381d
Octal4060162110720673447035
Binary1000001100001110010100100011101001101111110010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203072; }

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

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

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

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

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

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

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

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