#20376D

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

Shades of Catalina Blue #20376D

Tints of Catalina Blue #20376D

Color information

#20376D (or 0x20376D) is unknown color: approx Catalina Blue. HEX triplet: 20, 37 and 6D. RGB value is (32,55,109). Sum of RGB (Red+Green+Blue) = 32+55+109=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 109 (42.97% from 255 or 55.61% from 196); Max value from RGB is 109 - color contains mainly: blue. Hex color #20376D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20376D is #DFC892. Grayscale: #363636. Windows color (decimal): -14665875 or 7157536. OLE color: 7157536.

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

Color convert

RGB3255109-
CMYK0.710.5000.57
HSL222.08º54.61%27.65%-
HSV(B)222.08º70.64%42.75%-
XYZ4.724.1415.02-
YUV54.28158.88112.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.33%
GREEN value IS 55 (21.88% from 255) = 28.06%
BLUE value IS 109 (42.97% from 255) = 55.61%
R=16.33%
G=28.06%
B=55.61%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal32551090.710.5000.57222.0854.6127.65
Hex20376D4732039de371c
Octal4067155107620713366734
Binary1000001101111101101100011111001001110011101111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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