#276180

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

Shades of Bahama Blue #276180

Tints of Bahama Blue #276180

Color information

#276180 (or 0x276180) is unknown color: approx Bahama Blue. HEX triplet: 27, 61 and 80. RGB value is (39,97,128). Sum of RGB (Red+Green+Blue) = 39+97+128=264 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.77% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #276180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276180 is #D89E7F. Grayscale: #535353. Windows color (decimal): -14196352 or 8413479. OLE color: 8413479.

HSL color Cylindrical-coordinate representation of color #276180: hue angle of 200.9º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #276180 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3997128-
CMYK0.700.2400.50
HSL200.9º53.29%32.75%-
HSV(B)200.9º69.53%50.2%-
XYZ9.0110.5421.98-
YUV83.19153.2896.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.77%
GREEN value IS 97 (38.28% from 255) = 36.74%
BLUE value IS 128 (50.39% from 255) = 48.48%
R=14.77%
G=36.74%
B=48.48%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39971280.700.2400.50200.953.2932.75
Hex2761804618032c93521
Octal47141200106300623116541
Binary100111110000110000000100011011000011001011001001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276180; }

 p { color: rgb(39,97,128); }

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

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

 a { background-color: rgb(39,97,128); }

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

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

 span { border-color: rgb(39,97,128); }

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