#203A7B

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

Shades of Resolution Blue #203A7B

Tints of Resolution Blue #203A7B

Color information

#203A7B (or 0x203A7B) is unknown color: approx Resolution Blue. HEX triplet: 20, 3A and 7B. RGB value is (32,58,123). Sum of RGB (Red+Green+Blue) = 32+58+123=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #203A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203A7B is #DFC584. Grayscale: #393939. Windows color (decimal): -14665093 or 8075808. OLE color: 8075808.

HSL color Cylindrical-coordinate representation of color #203A7B: hue angle of 222.86º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #203A7B is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3258123-
CMYK0.740.5300.52
HSL222.86º58.71%30.39%-
HSV(B)222.86º73.98%48.24%-
XYZ5.684.7619.36-
YUV57.64164.89109.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.02%
GREEN value IS 58 (23.05% from 255) = 27.23%
BLUE value IS 123 (48.44% from 255) = 57.75%
R=15.02%
G=27.23%
B=57.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32581230.740.5300.52222.8658.7130.39
Hex203A7B4A35034df3b1e
Octal4072173112650643377336
Binary1000001110101111011100101011010101101001101111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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