#203663

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

Shades of Catalina Blue #203663

Tints of Catalina Blue #203663

Color information

#203663 (or 0x203663) is unknown color: approx Catalina Blue. HEX triplet: 20, 36 and 63. RGB value is (32,54,99). Sum of RGB (Red+Green+Blue) = 32+54+99=185 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.30% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #203663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203663 is #DFC99C. Grayscale: #343434. Windows color (decimal): -14666141 or 6501920. OLE color: 6501920.

HSL color Cylindrical-coordinate representation of color #203663: hue angle of 220.3º 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 #203663 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB325499-
CMYK0.680.4500.61
HSL220.3º51.15%25.69%-
HSV(B)220.3º67.68%38.82%-
XYZ4.173.8512.33-
YUV52.55154.21113.34-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.30%
GREEN value IS 54 (21.48% from 255) = 29.19%
BLUE value IS 99 (39.06% from 255) = 53.51%
R=17.30%
G=29.19%
B=53.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3254990.680.4500.61220.351.1525.69
Hex203663442D03Ddc331a
Octal4066143104550753346332
Binary1000001101101100011100010010110101111011101110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203663; }

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

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

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

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

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

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

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

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