#27537D

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

Shades of Bahama Blue #27537D

Tints of Bahama Blue #27537D

Color information

#27537D (or 0x27537D) is unknown color: approx Bahama Blue. HEX triplet: 27, 53 and 7D. RGB value is (39,83,125). Sum of RGB (Red+Green+Blue) = 39+83+125=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #27537D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27537D is #D8AC82. Grayscale: #4A4A4A. Windows color (decimal): -14199939 or 8213287. OLE color: 8213287.

HSL color Cylindrical-coordinate representation of color #27537D: hue angle of 209.3º degrees, saturation: 0.52, 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 #27537D is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3983125-
CMYK0.690.3400.51
HSL209.3º52.44%32.16%-
HSV(B)209.3º68.8%49.02%-
XYZ7.638.120.56-
YUV74.63156.42102.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.79%
GREEN value IS 83 (32.81% from 255) = 33.60%
BLUE value IS 125 (49.22% from 255) = 50.61%
R=15.79%
G=33.60%
B=50.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39831250.690.3400.51209.352.4432.16
Hex27537D4522033d13420
Octal47123175105420633216440
Binary100111101001111111011000101100010011001111010001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27537D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27537D; }

 p { color: rgb(39,83,125); }

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

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

 a { background-color: rgb(39,83,125); }

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

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

 span { border-color: rgb(39,83,125); }

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