#203C68

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

Shades of Catalina Blue #203C68

Tints of Catalina Blue #203C68

Color information

#203C68 (or 0x203C68) is unknown color: approx Catalina Blue. HEX triplet: 20, 3C and 68. RGB value is (32,60,104). Sum of RGB (Red+Green+Blue) = 32+60+104=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #203C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203C68 is #DFC397. Grayscale: #383838. Windows color (decimal): -14664600 or 6831136. OLE color: 6831136.

HSL color Cylindrical-coordinate representation of color #203C68: hue angle of 216.67º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #203C68 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3260104-
CMYK0.690.4200.59
HSL216.67º52.94%26.67%-
HSV(B)216.67º69.23%40.78%-
XYZ4.714.5413.72-
YUV56.64154.72110.42-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.33%
GREEN value IS 60 (23.83% from 255) = 30.61%
BLUE value IS 104 (41.02% from 255) = 53.06%
R=16.33%
G=30.61%
B=53.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32601040.690.4200.59216.6752.9426.67
Hex203C68452A03Bd9351b
Octal4074150105520733316533
Binary1000001111001101000100010110101001110111101100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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