#203563

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

Shades of Catalina Blue #203563

Tints of Catalina Blue #203563

Color information

#203563 (or 0x203563) is unknown color: approx Catalina Blue. HEX triplet: 20, 35 and 63. RGB value is (32,53,99). Sum of RGB (Red+Green+Blue) = 32+53+99=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 99 (39.06% from 255 or 53.80% from 184); Max value from RGB is 99 - color contains mainly: blue. Hex color #203563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203563 is #DFCA9C. Grayscale: #333333. Windows color (decimal): -14666397 or 6501664. OLE color: 6501664.

HSL color Cylindrical-coordinate representation of color #203563: hue angle of 221.19º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #203563 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB325399-
CMYK0.680.4600.61
HSL221.19º51.15%25.69%-
HSV(B)221.19º67.68%38.82%-
XYZ4.123.7512.31-
YUV51.96154.54113.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.39%
GREEN value IS 53 (21.09% from 255) = 28.80%
BLUE value IS 99 (39.06% from 255) = 53.80%
R=17.39%
G=28.80%
B=53.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3253990.680.4600.61221.1951.1525.69
Hex203563442E03Ddd331a
Octal4065143104560753356332
Binary1000001101011100011100010010111001111011101110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203563; }

 p { color: rgb(32,53,99); }

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

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

 a { background-color: rgb(32,53,99); }

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

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

 span { border-color: rgb(32,53,99); }

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