#203A68

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

Shades of Catalina Blue #203A68

Tints of Catalina Blue #203A68

Color information

#203A68 (or 0x203A68) is unknown color: approx Catalina Blue. HEX triplet: 20, 3A and 68. RGB value is (32,58,104). Sum of RGB (Red+Green+Blue) = 32+58+104=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #203A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203A68 is #DFC597. Grayscale: #373737. Windows color (decimal): -14665112 or 6830624. OLE color: 6830624.

HSL color Cylindrical-coordinate representation of color #203A68: hue angle of 218.33º 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 #203A68 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3258104-
CMYK0.690.4400.59
HSL218.33º52.94%26.67%-
HSV(B)218.33º69.23%40.78%-
XYZ4.614.3313.69-
YUV55.47155.39111.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.49%
GREEN value IS 58 (23.05% from 255) = 29.90%
BLUE value IS 104 (41.02% from 255) = 53.61%
R=16.49%
G=29.90%
B=53.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32581040.690.4400.59218.3352.9426.67
Hex203A68452C03Bda351b
Octal4072150105540733326533
Binary1000001110101101000100010110110001110111101101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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