#20396B

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

Shades of Catalina Blue #20396B

Tints of Catalina Blue #20396B

Color information

#20396B (or 0x20396B) is unknown color: approx Catalina Blue. HEX triplet: 20, 39 and 6B. RGB value is (32,57,107). Sum of RGB (Red+Green+Blue) = 32+57+107=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 107 (42.19% from 255 or 54.59% from 196); Max value from RGB is 107 - color contains mainly: blue. Hex color #20396B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20396B is #DFC694. Grayscale: #373737. Windows color (decimal): -14665365 or 7026976. OLE color: 7026976.

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

Color convert

RGB3257107-
CMYK0.700.4700.58
HSL220º53.96%27.25%-
HSV(B)220º70.09%41.96%-
XYZ4.714.2914.49-
YUV55.22157.22111.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.33%
GREEN value IS 57 (22.66% from 255) = 29.08%
BLUE value IS 107 (42.19% from 255) = 54.59%
R=16.33%
G=29.08%
B=54.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32571070.700.4700.5822053.9627.25
Hex20396B462F03Adc361b
Octal4071153106570723346633
Binary1000001110011101011100011010111101110101101110011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20396B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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