#20608A

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

Shades of Bahama Blue #20608A

Tints of Bahama Blue #20608A

Color information

#20608A (or 0x20608A) is unknown color: approx Bahama Blue. HEX triplet: 20, 60 and 8A. RGB value is (32,96,138). Sum of RGB (Red+Green+Blue) = 32+96+138=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #20608A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20608A is #DF9F75. Grayscale: #515151. Windows color (decimal): -14655350 or 9068576. OLE color: 9068576.

HSL color Cylindrical-coordinate representation of color #20608A: hue angle of 203.77º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20608A is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3296138-
CMYK0.770.3000.46
HSL203.77º62.35%33.33%-
HSV(B)203.77º76.81%54.12%-
XYZ9.3710.5125.58-
YUV81.65159.892.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.03%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 138 (54.30% from 255) = 51.88%
R=12.03%
G=36.09%
B=51.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal32961380.770.3000.46203.7762.3533.33
Hex20608A4D1E02Ecc3e21
Octal40140212115360563147641
Binary100000110000010001010100110111110010111011001100111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20608A; }

 p { color: rgb(32,96,138); }

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

<style>
 a { background-color: #20608A; }

 a { background-color: rgb(32,96,138); }

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

<style>
 span { border-color: #20608A; }

 span { border-color: rgb(32,96,138); }

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