#203E7C

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

Shades of Resolution Blue #203E7C

Tints of Resolution Blue #203E7C

Color information

#203E7C (or 0x203E7C) is unknown color: approx Resolution Blue. HEX triplet: 20, 3E and 7C. RGB value is (32,62,124). Sum of RGB (Red+Green+Blue) = 32+62+124=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 62 (24.61% from 255 or 28.44% from 218); Blue value is 124 (48.83% from 255 or 56.88% from 218); Max value from RGB is 124 - color contains mainly: blue. Hex color #203E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203E7C is #DFC183. Grayscale: #3B3B3B. Windows color (decimal): -14664068 or 8142368. OLE color: 8142368.

HSL color Cylindrical-coordinate representation of color #203E7C: hue angle of 220.43º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #203E7C is Cyan = 0.74, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3262124-
CMYK0.740.500.51
HSL220.43º58.97%30.59%-
HSV(B)220.43º74.19%48.63%-
XYZ5.965.2119.76-
YUV60.1164.06107.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.68%
GREEN value IS 62 (24.61% from 255) = 28.44%
BLUE value IS 124 (48.83% from 255) = 56.88%
R=14.68%
G=28.44%
B=56.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32621240.740.500.51220.4358.9730.59
Hex203E7C4A32033dc3b1f
Octal4076174112620633347337
Binary1000001111101111100100101011001001100111101110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,62,124); }

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

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

 a { background-color: rgb(32,62,124); }

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

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

 span { border-color: rgb(32,62,124); }

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