#203C81

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

Shades of Resolution Blue #203C81

Tints of Resolution Blue #203C81

Color information

#203C81 (or 0x203C81) is unknown color: approx Resolution Blue. HEX triplet: 20, 3C and 81. RGB value is (32,60,129). Sum of RGB (Red+Green+Blue) = 32+60+129=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 129 (50.78% from 255 or 58.37% from 221); Max value from RGB is 129 - color contains mainly: blue. Hex color #203C81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203C81 is #DFC37E. Grayscale: #3B3B3B. Windows color (decimal): -14664575 or 8469536. OLE color: 8469536.

HSL color Cylindrical-coordinate representation of color #203C81: hue angle of 222.68º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #203C81 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3260129-
CMYK0.750.5300.49
HSL222.68º60.25%31.57%-
HSV(B)222.68º75.19%50.59%-
XYZ6.175.1221.43-
YUV59.49167.22108.39-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.48%
GREEN value IS 60 (23.83% from 255) = 27.15%
BLUE value IS 129 (50.78% from 255) = 58.37%
R=14.48%
G=27.15%
B=58.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32601290.750.5300.49222.6860.2531.57
Hex203C814B35031df3c20
Octal4074201113650613377440
Binary100000111100100000011001011110101011000111011111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,60,129); }

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

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

 a { background-color: rgb(32,60,129); }

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

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

 span { border-color: rgb(32,60,129); }

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