#20396D

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

Shades of Catalina Blue #20396D

Tints of Catalina Blue #20396D

Color information

#20396D (or 0x20396D) is unknown color: approx Catalina Blue. HEX triplet: 20, 39 and 6D. RGB value is (32,57,109). Sum of RGB (Red+Green+Blue) = 32+57+109=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 109 (42.97% from 255 or 55.05% from 198); Max value from RGB is 109 - color contains mainly: blue. Hex color #20396D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20396D is #DFC692. Grayscale: #373737. Windows color (decimal): -14665363 or 7158048. OLE color: 7158048.

HSL color Cylindrical-coordinate representation of color #20396D: hue angle of 220.52º 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 #20396D is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3257109-
CMYK0.710.4800.57
HSL220.52º54.61%27.65%-
HSV(B)220.52º70.64%42.75%-
XYZ4.824.3415.05-
YUV55.45158.22111.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.16%
GREEN value IS 57 (22.66% from 255) = 28.79%
BLUE value IS 109 (42.97% from 255) = 55.05%
R=16.16%
G=28.79%
B=55.05%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal32571090.710.4800.57220.5254.6127.65
Hex20396D4730039dd371c
Octal4071155107600713356734
Binary1000001110011101101100011111000001110011101110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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