#276484

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

Shades of Bahama Blue #276484

Tints of Bahama Blue #276484

Color information

#276484 (or 0x276484) is unknown color: approx Bahama Blue. HEX triplet: 27, 64 and 84. RGB value is (39,100,132). Sum of RGB (Red+Green+Blue) = 39+100+132=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #276484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276484 is #D89B7B. Grayscale: #555555. Windows color (decimal): -14195580 or 8676391. OLE color: 8676391.

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

Color convert

RGB39100132-
CMYK0.700.2400.48
HSL200.65º54.39%33.53%-
HSV(B)200.65º70.45%51.76%-
XYZ9.5611.2123.49-
YUV85.41154.2994.9-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.39%
GREEN value IS 100 (39.45% from 255) = 36.90%
BLUE value IS 132 (51.95% from 255) = 48.71%
R=14.39%
G=36.90%
B=48.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal391001320.700.2400.48200.6554.3933.53
Hex2764844618030c93622
Octal47144204106300603116642
Binary100111110010010000100100011011000011000011001001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276484; }

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

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

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

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

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

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

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

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