#20355E

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

Shades of Catalina Blue #20355E

Tints of Catalina Blue #20355E

Color information

#20355E (or 0x20355E) is unknown color: approx Catalina Blue. HEX triplet: 20, 35 and 5E. RGB value is (32,53,94). Sum of RGB (Red+Green+Blue) = 32+53+94=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 94 (37.11% from 255 or 52.51% from 179); Max value from RGB is 94 - color contains mainly: blue. Hex color #20355E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20355E is #DFCAA1. Grayscale: #333333. Windows color (decimal): -14666402 or 6173984. OLE color: 6173984.

HSL color Cylindrical-coordinate representation of color #20355E: hue angle of 219.68º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20355E is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB325394-
CMYK0.660.4400.63
HSL219.68º49.21%24.71%-
HSV(B)219.68º65.96%36.86%-
XYZ3.893.6611.09-
YUV51.4152.04114.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.88%
GREEN value IS 53 (21.09% from 255) = 29.61%
BLUE value IS 94 (37.11% from 255) = 52.51%
R=17.88%
G=29.61%
B=52.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3253940.660.4400.63219.6849.2124.71
Hex20355E422C03Fdc3119
Octal4065136102540773346131
Binary1000001101011011110100001010110001111111101110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20355E; }

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

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

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

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

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

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

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

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