#204169

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

Shades of Catalina Blue #204169

Tints of Catalina Blue #204169

Color information

#204169 (or 0x204169) is unknown color: approx Catalina Blue. HEX triplet: 20, 41 and 69. RGB value is (32,65,105). Sum of RGB (Red+Green+Blue) = 32+65+105=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 105 (41.41% from 255 or 51.98% from 202); Max value from RGB is 105 - color contains mainly: blue. Hex color #204169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204169 is #DFBE96. Grayscale: #3B3B3B. Windows color (decimal): -14663319 or 6897952. OLE color: 6897952.

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

Color convert

RGB3265105-
CMYK0.700.3800.59
HSL212.88º53.28%26.86%-
HSV(B)212.88º69.52%41.18%-
XYZ5.045.1114.09-
YUV59.69153.57108.25-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.84%
GREEN value IS 65 (25.78% from 255) = 32.18%
BLUE value IS 105 (41.41% from 255) = 51.98%
R=15.84%
G=32.18%
B=51.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32651050.700.3800.59212.8853.2826.86
Hex204169462603Bd5351b
Octal40101151106460733256533
Binary10000010000011101001100011010011001110111101010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204169; }

 p { color: rgb(32,65,105); }

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

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

 a { background-color: rgb(32,65,105); }

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

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

 span { border-color: rgb(32,65,105); }

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