#27527E

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

Shades of Bahama Blue #27527E

Tints of Bahama Blue #27527E

Color information

#27527E (or 0x27527E) is unknown color: approx Bahama Blue. HEX triplet: 27, 52 and 7E. RGB value is (39,82,126). Sum of RGB (Red+Green+Blue) = 39+82+126=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 126 (49.61% from 255 or 51.01% from 247); Max value from RGB is 126 - color contains mainly: blue. Hex color #27527E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27527E is #D8AD81. Grayscale: #494949. Windows color (decimal): -14200194 or 8278567. OLE color: 8278567.

HSL color Cylindrical-coordinate representation of color #27527E: hue angle of 210.34º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27527E is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3982126-
CMYK0.690.3500.51
HSL210.34º52.73%32.35%-
HSV(B)210.34º69.05%49.41%-
XYZ7.627.9720.88-
YUV74.16157.25102.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.79%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 126 (49.61% from 255) = 51.01%
R=15.79%
G=33.20%
B=51.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39821260.690.3500.51210.3452.7332.35
Hex27527E4523033d23520
Octal47122176105430633226540
Binary100111101001011111101000101100011011001111010010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27527E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27527E; }

 p { color: rgb(39,82,126); }

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

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

 a { background-color: rgb(39,82,126); }

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

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

 span { border-color: rgb(39,82,126); }

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