#27597F

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

Shades of Bahama Blue #27597F

Tints of Bahama Blue #27597F

Color information

#27597F (or 0x27597F) is unknown color: approx Bahama Blue. HEX triplet: 27, 59 and 7F. RGB value is (39,89,127). Sum of RGB (Red+Green+Blue) = 39+89+127=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #27597F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27597F is #D8A680. Grayscale: #4E4E4E. Windows color (decimal): -14198401 or 8345895. OLE color: 8345895.

HSL color Cylindrical-coordinate representation of color #27597F: hue angle of 205.91º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27597F is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3989127-
CMYK0.690.3000.50
HSL205.91º53.01%32.55%-
HSV(B)205.91º69.29%49.8%-
XYZ8.249.1121.4-
YUV78.38155.4499.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.29%
GREEN value IS 89 (35.16% from 255) = 34.90%
BLUE value IS 127 (50% from 255) = 49.80%
R=15.29%
G=34.90%
B=49.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39891270.690.3000.50205.9153.0132.55
Hex27597F451E032ce3521
Octal47131177105360623166541
Binary10011110110011111111100010111110011001011001110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27597F; }

 p { color: rgb(39,89,127); }

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

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

 a { background-color: rgb(39,89,127); }

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

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

 span { border-color: rgb(39,89,127); }

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