#20386B

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

Shades of Catalina Blue #20386B

Tints of Catalina Blue #20386B

Color information

#20386B (or 0x20386B) is unknown color: approx Catalina Blue. HEX triplet: 20, 38 and 6B. RGB value is (32,56,107). Sum of RGB (Red+Green+Blue) = 32+56+107=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 107 (42.19% from 255 or 54.87% from 195); Max value from RGB is 107 - color contains mainly: blue. Hex color #20386B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20386B is #DFC794. Grayscale: #363636. Windows color (decimal): -14665621 or 7026720. OLE color: 7026720.

HSL color Cylindrical-coordinate representation of color #20386B: hue angle of 220.8º 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 #20386B is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3256107-
CMYK0.700.4800.58
HSL220.8º53.96%27.25%-
HSV(B)220.8º70.09%41.96%-
XYZ4.664.214.47-
YUV54.64157.55111.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.41%
GREEN value IS 56 (22.27% from 255) = 28.72%
BLUE value IS 107 (42.19% from 255) = 54.87%
R=16.41%
G=28.72%
B=54.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32561070.700.4800.58220.853.9627.25
Hex20386B463003Add361b
Octal4070153106600723356633
Binary1000001110001101011100011011000001110101101110111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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