#203C66

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

Shades of Catalina Blue #203C66

Tints of Catalina Blue #203C66

Color information

#203C66 (or 0x203C66) is unknown color: approx Catalina Blue. HEX triplet: 20, 3C and 66. RGB value is (32,60,102). Sum of RGB (Red+Green+Blue) = 32+60+102=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 102 (40.23% from 255 or 52.58% from 194); Max value from RGB is 102 - color contains mainly: blue. Hex color #203C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203C66 is #DFC399. Grayscale: #383838. Windows color (decimal): -14664602 or 6700064. OLE color: 6700064.

HSL color Cylindrical-coordinate representation of color #203C66: hue angle of 216º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #203C66 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3260102-
CMYK0.690.4100.6
HSL216º52.24%26.27%-
HSV(B)216º68.63%40%-
XYZ4.614.513.2-
YUV56.42153.72110.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.49%
GREEN value IS 60 (23.83% from 255) = 30.93%
BLUE value IS 102 (40.23% from 255) = 52.58%
R=16.49%
G=30.93%
B=52.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal32601020.690.4100.621652.2426.27
Hex203C66452903Cd8341a
Octal4074146105510743306432
Binary1000001111001100110100010110100101111001101100011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,60,102); }

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

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

 a { background-color: rgb(32,60,102); }

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

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

 span { border-color: rgb(32,60,102); }

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