#255E87

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

Shades of Bahama Blue #255E87

Tints of Bahama Blue #255E87

Color information

#255E87 (or 0x255E87) is unknown color: approx Bahama Blue. HEX triplet: 25, 5E and 87. RGB value is (37,94,135). Sum of RGB (Red+Green+Blue) = 37+94+135=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 135 (53.12% from 255 or 50.75% from 266); Max value from RGB is 135 - color contains mainly: blue. Hex color #255E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255E87 is #DAA178. Grayscale: #515151. Windows color (decimal): -14328185 or 8871461. OLE color: 8871461.

HSL color Cylindrical-coordinate representation of color #255E87: hue angle of 205.1º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #255E87 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3794135-
CMYK0.730.3000.47
HSL205.1º56.98%33.73%-
HSV(B)205.1º72.59%52.94%-
XYZ9.1410.1524.4-
YUV81.63158.1296.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.91%
GREEN value IS 94 (37.11% from 255) = 35.34%
BLUE value IS 135 (53.12% from 255) = 50.75%
R=13.91%
G=35.34%
B=50.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal37941350.730.3000.47205.156.9833.73
Hex255E87491E02Fcd3922
Octal45136207111360573157142
Binary100101101111010000111100100111110010111111001101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255E87; }

 p { color: rgb(37,94,135); }

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

<style>
 a { background-color: #255E87; }

 a { background-color: rgb(37,94,135); }

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

<style>
 span { border-color: #255E87; }

 span { border-color: rgb(37,94,135); }

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