#276482

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

Shades of Bahama Blue #276482

Tints of Bahama Blue #276482

Color information

#276482 (or 0x276482) is unknown color: approx Bahama Blue. HEX triplet: 27, 64 and 82. RGB value is (39,100,130). Sum of RGB (Red+Green+Blue) = 39+100+130=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #276482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276482 is #D89B7D. Grayscale: #555555. Windows color (decimal): -14195582 or 8545319. OLE color: 8545319.

HSL color Cylindrical-coordinate representation of color #276482: hue angle of 199.78º 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 #276482 is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB39100130-
CMYK0.700.2300.49
HSL199.78º53.85%33.14%-
HSV(B)199.78º70%50.98%-
XYZ9.4211.1622.78-
YUV85.18153.2995.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.50%
GREEN value IS 100 (39.45% from 255) = 37.17%
BLUE value IS 130 (51.17% from 255) = 48.33%
R=14.50%
G=37.17%
B=48.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal391001300.700.2300.49199.7853.8533.14
Hex2764824617031c83621
Octal47144202106270613106641
Binary100111110010010000010100011010111011000111001000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276482; }

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

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

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

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

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

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

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

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