#204069

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

Shades of Catalina Blue #204069

Tints of Catalina Blue #204069

Color information

#204069 (or 0x204069) is unknown color: approx Catalina Blue. HEX triplet: 20, 40 and 69. RGB value is (32,64,105). Sum of RGB (Red+Green+Blue) = 32+64+105=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #204069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204069 is #DFBF96. Grayscale: #3A3A3A. Windows color (decimal): -14663575 or 6897696. OLE color: 6897696.

HSL color Cylindrical-coordinate representation of color #204069: hue angle of 213.7º 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 #204069 is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3264105-
CMYK0.700.3900.59
HSL213.7º53.28%26.86%-
HSV(B)213.7º69.52%41.18%-
XYZ4.984.9914.07-
YUV59.11153.9108.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.92%
GREEN value IS 64 (25.39% from 255) = 31.84%
BLUE value IS 105 (41.41% from 255) = 52.24%
R=15.92%
G=31.84%
B=52.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32641050.700.3900.59213.753.2826.86
Hex204069462703Bd6351b
Octal40100151106470733266533
Binary10000010000001101001100011010011101110111101011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204069; }

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

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

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

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

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

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

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

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