#20406B

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

Shades of Catalina Blue #20406B

Tints of Catalina Blue #20406B

Color information

#20406B (or 0x20406B) is unknown color: approx Catalina Blue. HEX triplet: 20, 40 and 6B. RGB value is (32,64,107). Sum of RGB (Red+Green+Blue) = 32+64+107=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #20406B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20406B is #DFBF94. Grayscale: #3B3B3B. Windows color (decimal): -14663573 or 7028768. OLE color: 7028768.

HSL color Cylindrical-coordinate representation of color #20406B: hue angle of 214.4º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20406B is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3264107-
CMYK0.700.4000.58
HSL214.4º53.96%27.25%-
HSV(B)214.4º70.09%41.96%-
XYZ5.085.0414.61-
YUV59.33154.9108.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.76%
GREEN value IS 64 (25.39% from 255) = 31.53%
BLUE value IS 107 (42.19% from 255) = 52.71%
R=15.76%
G=31.53%
B=52.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32641070.700.4000.58214.453.9627.25
Hex20406B462803Ad6361b
Octal40100153106500723266633
Binary10000010000001101011100011010100001110101101011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20406B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20406B; }

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

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

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

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

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

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

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

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