#276585

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

Shades of Bahama Blue #276585

Tints of Bahama Blue #276585

Color information

#276585 (or 0x276585) is unknown color: approx Bahama Blue. HEX triplet: 27, 65 and 85. RGB value is (39,101,133). Sum of RGB (Red+Green+Blue) = 39+101+133=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #276585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276585 is #D89A7A. Grayscale: #555555. Windows color (decimal): -14195323 or 8742183. OLE color: 8742183.

HSL color Cylindrical-coordinate representation of color #276585: hue angle of 200.43º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #276585 is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB39101133-
CMYK0.710.2400.48
HSL200.43º54.65%33.73%-
HSV(B)200.43º70.68%52.16%-
XYZ9.7211.4323.88-
YUV86.11154.4694.4-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.29%
GREEN value IS 101 (39.84% from 255) = 37.00%
BLUE value IS 133 (52.34% from 255) = 48.72%
R=14.29%
G=37.00%
B=48.72%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal391011330.710.2400.48200.4354.6533.73
Hex2765854718030c83722
Octal47145205107300603106742
Binary100111110010110000101100011111000011000011001000110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276585; }

 p { color: rgb(39,101,133); }

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

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

 a { background-color: rgb(39,101,133); }

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

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

 span { border-color: rgb(39,101,133); }

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