#276082

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

Shades of Bahama Blue #276082

Tints of Bahama Blue #276082

Color information

#276082 (or 0x276082) is unknown color: approx Bahama Blue. HEX triplet: 27, 60 and 82. RGB value is (39,96,130). Sum of RGB (Red+Green+Blue) = 39+96+130=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 130 - color contains mainly: blue. Hex color #276082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276082 is #D89F7D. Grayscale: #525252. Windows color (decimal): -14196606 or 8544295. OLE color: 8544295.

HSL color Cylindrical-coordinate representation of color #276082: hue angle of 202.42º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #276082 is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3996130-
CMYK0.700.2600.49
HSL202.42º53.85%33.14%-
HSV(B)202.42º70%50.98%-
XYZ9.0510.4122.65-
YUV82.83154.6296.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.72%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 130 (51.17% from 255) = 49.06%
R=14.72%
G=36.23%
B=49.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39961300.700.2600.49202.4253.8533.14
Hex276082461A031ca3621
Octal47140202106320613126641
Binary100111110000010000010100011011010011000111001010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276082; }

 p { color: rgb(39,96,130); }

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

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

 a { background-color: rgb(39,96,130); }

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

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

 span { border-color: rgb(39,96,130); }

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