#20628B

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

Shades of Bahama Blue #20628B

Tints of Bahama Blue #20628B

Color information

#20628B (or 0x20628B) is unknown color: approx Bahama Blue. HEX triplet: 20, 62 and 8B. RGB value is (32,98,139). Sum of RGB (Red+Green+Blue) = 32+98+139=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #20628B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20628B is #DF9D74. Grayscale: #525252. Windows color (decimal): -14654837 or 9134624. OLE color: 9134624.

HSL color Cylindrical-coordinate representation of color #20628B: hue angle of 202.99º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20628B is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3298139-
CMYK0.770.2900.45
HSL202.99º62.57%33.53%-
HSV(B)202.99º76.98%54.51%-
XYZ9.6210.9126.02-
YUV82.94159.6391.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.90%
GREEN value IS 98 (38.67% from 255) = 36.43%
BLUE value IS 139 (54.69% from 255) = 51.67%
R=11.90%
G=36.43%
B=51.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32981390.770.2900.45202.9962.5733.53
Hex20628B4D1D02Dcb3f22
Octal40142213115350553137742
Binary100000110001010001011100110111101010110111001011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,98,139); }

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

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

 a { background-color: rgb(32,98,139); }

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

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

 span { border-color: rgb(32,98,139); }

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