#276084

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

Shades of Bahama Blue #276084

Tints of Bahama Blue #276084

Color information

#276084 (or 0x276084) is unknown color: approx Bahama Blue. HEX triplet: 27, 60 and 84. RGB value is (39,96,132). Sum of RGB (Red+Green+Blue) = 39+96+132=267 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.61% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 132 (51.95% from 255 or 49.44% from 267); Max value from RGB is 132 - color contains mainly: blue. Hex color #276084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276084 is #D89F7B. Grayscale: #525252. Windows color (decimal): -14196604 or 8675367. OLE color: 8675367.

HSL color Cylindrical-coordinate representation of color #276084: hue angle of 203.23º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #276084 is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3996132-
CMYK0.700.2700.48
HSL203.23º54.39%33.53%-
HSV(B)203.23º70.45%51.76%-
XYZ9.1810.4623.37-
YUV83.06155.6296.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.61%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 132 (51.95% from 255) = 49.44%
R=14.61%
G=35.96%
B=49.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal39961320.700.2700.48203.2354.3933.53
Hex276084461B030cb3622
Octal47140204106330603136642
Binary100111110000010000100100011011011011000011001011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276084; }

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

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

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

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

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

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

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

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