#27557D

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

Shades of Bahama Blue #27557D

Tints of Bahama Blue #27557D

Color information

#27557D (or 0x27557D) is unknown color: approx Bahama Blue. HEX triplet: 27, 55 and 7D. RGB value is (39,85,125). Sum of RGB (Red+Green+Blue) = 39+85+125=249 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.66% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 125 (49.22% from 255 or 50.20% from 249); Max value from RGB is 125 - color contains mainly: blue. Hex color #27557D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27557D is #D8AA82. Grayscale: #4B4B4B. Windows color (decimal): -14199427 or 8213799. OLE color: 8213799.

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

Color convert

RGB3985125-
CMYK0.690.3200.51
HSL207.91º52.44%32.16%-
HSV(B)207.91º68.8%49.02%-
XYZ7.798.4120.61-
YUV75.81155.76101.75-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.66%
GREEN value IS 85 (33.59% from 255) = 34.14%
BLUE value IS 125 (49.22% from 255) = 50.20%
R=15.66%
G=34.14%
B=50.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39851250.690.3200.51207.9152.4432.16
Hex27557D4520033d03420
Octal47125175105400633206440
Binary100111101010111111011000101100000011001111010000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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