#203B60

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

Shades of Catalina Blue #203B60

Tints of Catalina Blue #203B60

Color information

#203B60 (or 0x203B60) is unknown color: approx Catalina Blue. HEX triplet: 20, 3B and 60. RGB value is (32,59,96). Sum of RGB (Red+Green+Blue) = 32+59+96=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #203B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203B60 is #DFC49F. Grayscale: #363636. Windows color (decimal): -14664864 or 6306592. OLE color: 6306592.

HSL color Cylindrical-coordinate representation of color #203B60: hue angle of 214.69º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #203B60 is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB325996-
CMYK0.670.3900.62
HSL214.69º50%25.1%-
HSV(B)214.69º66.67%37.65%-
XYZ4.274.2811.67-
YUV55.14151.05111.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.11%
GREEN value IS 59 (23.44% from 255) = 31.55%
BLUE value IS 96 (37.89% from 255) = 51.34%
R=17.11%
G=31.55%
B=51.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3259960.670.3900.62214.695025.1
Hex203B60432703Ed73219
Octal4073140103470763276231
Binary1000001110111100000100001110011101111101101011111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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