#205177

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

Shades of Bahama Blue #205177

Tints of Bahama Blue #205177

Color information

#205177 (or 0x205177) is unknown color: approx Bahama Blue. HEX triplet: 20, 51 and 77. RGB value is (32,81,119). Sum of RGB (Red+Green+Blue) = 32+81+119=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #205177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205177 is #DFAE88. Grayscale: #464646. Windows color (decimal): -14659209 or 7819552. OLE color: 7819552.

HSL color Cylindrical-coordinate representation of color #205177: hue angle of 206.21º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #205177 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3281119-
CMYK0.730.3200.53
HSL206.21º57.62%29.61%-
HSV(B)206.21º73.11%46.67%-
XYZ6.877.5218.54-
YUV70.68155.27100.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.79%
GREEN value IS 81 (32.03% from 255) = 34.91%
BLUE value IS 119 (46.88% from 255) = 51.29%
R=13.79%
G=34.91%
B=51.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32811190.730.3200.53206.2157.6229.61
Hex2051774920035ce3a1e
Octal40121167111400653167236
Binary10000010100011110111100100110000001101011100111011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205177; }

 p { color: rgb(32,81,119); }

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

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

 a { background-color: rgb(32,81,119); }

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

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

 span { border-color: rgb(32,81,119); }

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