#20446D

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

Shades of Catalina Blue #20446D

Tints of Catalina Blue #20446D

Color information

#20446D (or 0x20446D) is unknown color: approx Catalina Blue. HEX triplet: 20, 44 and 6D. RGB value is (32,68,109). Sum of RGB (Red+Green+Blue) = 32+68+109=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #20446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20446D is #DFBB92. Grayscale: #3D3D3D. Windows color (decimal): -14662547 or 7160864. OLE color: 7160864.

HSL color Cylindrical-coordinate representation of color #20446D: hue angle of 211.95º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20446D is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3268109-
CMYK0.710.3800.57
HSL211.95º54.61%27.65%-
HSV(B)211.95º70.64%42.75%-
XYZ5.425.5515.25-
YUV61.91154.57106.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.31%
GREEN value IS 68 (26.95% from 255) = 32.54%
BLUE value IS 109 (42.97% from 255) = 52.15%
R=15.31%
G=32.54%
B=52.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal32681090.710.3800.57211.9554.6127.65
Hex20446D4726039d4371c
Octal40104155107460713246734
Binary10000010001001101101100011110011001110011101010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20446D; }

 p { color: rgb(32,68,109); }

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

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

 a { background-color: rgb(32,68,109); }

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

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

 span { border-color: rgb(32,68,109); }

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