#203b7c

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

Shades of Resolution Blue #203B7C

Tints of Resolution Blue #203B7C

Color information

#203B7C (or 0x203B7C) is unknown color: approx Resolution Blue. HEX triplet: 20, 3B and 7C. RGB value is (32,59,124). Sum of RGB (Red+Green+Blue) = 32+59+124=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #203B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203B7C is #DFC483. Grayscale: #3A3A3A. Windows color (decimal): -14664836 or 8141600. OLE color: 8141600.

HSL color Cylindrical-coordinate representation of color #203B7C: hue angle of 222.39º 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 #203B7C is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3259124-
CMYK0.740.5200.51
HSL222.39º58.97%30.59%-
HSV(B)222.39º74.19%48.63%-
XYZ5.84.8919.71-
YUV58.34165.05109.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.88%
GREEN value IS 59 (23.44% from 255) = 27.44%
BLUE value IS 124 (48.83% from 255) = 57.67%
R=14.88%
G=27.44%
B=57.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32591240.740.5200.51222.3958.9730.59
Hex203B7C4A34033de3b1f
Octal4073174112640633367337
Binary1000001110111111100100101011010001100111101111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203b7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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