#203552

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

Shades of Catalina Blue #203552

Tints of Catalina Blue #203552

Color information

#203552 (or 0x203552) is unknown color: approx Catalina Blue. HEX triplet: 20, 35 and 52. RGB value is (32,53,82). Sum of RGB (Red+Green+Blue) = 32+53+82=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #203552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203552 is #DFCAAD. Grayscale: #313131. Windows color (decimal): -14666414 or 5387552. OLE color: 5387552.

HSL color Cylindrical-coordinate representation of color #203552: hue angle of 214.8º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #203552 is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB325382-
CMYK0.610.3500.68
HSL214.8º43.86%22.35%-
HSV(B)214.8º60.98%32.16%-
XYZ3.393.468.47-
YUV50.03146.04115.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.16%
GREEN value IS 53 (21.09% from 255) = 31.74%
BLUE value IS 82 (32.42% from 255) = 49.10%
R=19.16%
G=31.74%
B=49.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3253820.610.3500.68214.843.8622.35
Hex2035523D23044d72c16
Octal4065122754301043275426
Binary1000001101011010010111101100011010001001101011110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203552; }

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

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

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

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

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

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

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

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