#203559

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

Shades of Catalina Blue #203559

Tints of Catalina Blue #203559

Color information

#203559 (or 0x203559) is unknown color: approx Catalina Blue. HEX triplet: 20, 35 and 59. RGB value is (32,53,89). Sum of RGB (Red+Green+Blue) = 32+53+89=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #203559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203559 is #DFCAA6. Grayscale: #323232. Windows color (decimal): -14666407 or 5846304. OLE color: 5846304.

HSL color Cylindrical-coordinate representation of color #203559: hue angle of 217.89º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #203559 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB325389-
CMYK0.640.4000.65
HSL217.89º47.11%23.73%-
HSV(B)217.89º64.04%34.9%-
XYZ3.673.579.95-
YUV50.82149.54114.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.39%
GREEN value IS 53 (21.09% from 255) = 30.46%
BLUE value IS 89 (35.16% from 255) = 51.15%
R=18.39%
G=30.46%
B=51.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3253890.640.4000.65217.8947.1123.73
Hex2035594028041da2f18
Octal40651311005001013325730
Binary10000011010110110011000000101000010000011101101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203559; }

 p { color: rgb(32,53,89); }

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

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

 a { background-color: rgb(32,53,89); }

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

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

 span { border-color: rgb(32,53,89); }

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