#276182

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

Shades of Bahama Blue #276182

Tints of Bahama Blue #276182

Color information

#276182 (or 0x276182) is unknown color: approx Bahama Blue. HEX triplet: 27, 61 and 82. RGB value is (39,97,130). Sum of RGB (Red+Green+Blue) = 39+97+130=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #276182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276182 is #D89E7D. Grayscale: #535353. Windows color (decimal): -14196350 or 8544551. OLE color: 8544551.

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

Color convert

RGB3997130-
CMYK0.700.2500.49
HSL201.76º53.85%33.14%-
HSV(B)201.76º70%50.98%-
XYZ9.1410.5922.68-
YUV83.42154.2896.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.66%
GREEN value IS 97 (38.28% from 255) = 36.47%
BLUE value IS 130 (51.17% from 255) = 48.87%
R=14.66%
G=36.47%
B=48.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39971300.700.2500.49201.7653.8533.14
Hex2761824619031ca3621
Octal47141202106310613126641
Binary100111110000110000010100011011001011000111001010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276182; }

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

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

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

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

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

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

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

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