#20658A

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

Shades of Bahama Blue #20658A

Tints of Bahama Blue #20658A

Color information

#20658A (or 0x20658A) is unknown color: approx Bahama Blue. HEX triplet: 20, 65 and 8A. RGB value is (32,101,138). Sum of RGB (Red+Green+Blue) = 32+101+138=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 138 (54.30% from 255 or 50.92% from 271); Max value from RGB is 138 - color contains mainly: blue. Hex color #20658A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20658A is #DF9A75. Grayscale: #545454. Windows color (decimal): -14654070 or 9069856. OLE color: 9069856.

HSL color Cylindrical-coordinate representation of color #20658A: hue angle of 200.94º 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 #20658A is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB32101138-
CMYK0.770.2700.46
HSL200.94º62.35%33.33%-
HSV(B)200.94º76.81%54.12%-
XYZ9.8411.4525.74-
YUV84.59158.1490.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.81%
GREEN value IS 101 (39.84% from 255) = 37.27%
BLUE value IS 138 (54.30% from 255) = 50.92%
R=11.81%
G=37.27%
B=50.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal321011380.770.2700.46200.9462.3533.33
Hex20658A4D1B02Ec93e21
Octal40145212115330563117641
Binary100000110010110001010100110111011010111011001001111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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