#27607F

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

Shades of Bahama Blue #27607F

Tints of Bahama Blue #27607F

Color information

#27607F (or 0x27607F) is unknown color: approx Bahama Blue. HEX triplet: 27, 60 and 7F. RGB value is (39,96,127). Sum of RGB (Red+Green+Blue) = 39+96+127=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #27607F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27607F is #D89F80. Grayscale: #525252. Windows color (decimal): -14196609 or 8347687. OLE color: 8347687.

HSL color Cylindrical-coordinate representation of color #27607F: hue angle of 201.14º 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 #27607F is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3996127-
CMYK0.690.2400.50
HSL201.14º53.01%32.55%-
HSV(B)201.14º69.29%49.8%-
XYZ8.8510.3321.61-
YUV82.49153.1296.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.89%
GREEN value IS 96 (37.89% from 255) = 36.64%
BLUE value IS 127 (50% from 255) = 48.47%
R=14.89%
G=36.64%
B=48.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39961270.690.2400.50201.1453.0132.55
Hex27607F4518032c93521
Octal47140177105300623116541
Binary10011111000001111111100010111000011001011001001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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