#20497B

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

Shades of Bahama Blue #20497B

Tints of Bahama Blue #20497B

Color information

#20497B (or 0x20497B) is unknown color: approx Bahama Blue. HEX triplet: 20, 49 and 7B. RGB value is (32,73,123). Sum of RGB (Red+Green+Blue) = 32+73+123=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #20497B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20497B is #DFB684. Grayscale: #424242. Windows color (decimal): -14661253 or 8079648. OLE color: 8079648.

HSL color Cylindrical-coordinate representation of color #20497B: hue angle of 212.97º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20497B is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3273123-
CMYK0.740.4100.52
HSL212.97º58.71%30.39%-
HSV(B)212.97º73.98%48.24%-
XYZ6.556.519.65-
YUV66.44159.92103.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.04%
GREEN value IS 73 (28.91% from 255) = 32.02%
BLUE value IS 123 (48.44% from 255) = 53.95%
R=14.04%
G=32.02%
B=53.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32731230.740.4100.52212.9758.7130.39
Hex20497B4A29034d53b1e
Octal40111173112510643257336
Binary10000010010011111011100101010100101101001101010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,73,123); }

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

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

 a { background-color: rgb(32,73,123); }

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

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

 span { border-color: rgb(32,73,123); }

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