#256587

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

Shades of Bahama Blue #256587

Tints of Bahama Blue #256587

Color information

#256587 (or 0x256587) is unknown color: approx Bahama Blue. HEX triplet: 25, 65 and 87. RGB value is (37,101,135). Sum of RGB (Red+Green+Blue) = 37+101+135=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #256587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256587 is #DA9A78. Grayscale: #555555. Windows color (decimal): -14326393 or 8873253. OLE color: 8873253.

HSL color Cylindrical-coordinate representation of color #256587: hue angle of 200.82º 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 #256587 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB37101135-
CMYK0.730.2500.47
HSL200.82º56.98%33.73%-
HSV(B)200.82º72.59%52.94%-
XYZ9.7911.4524.62-
YUV85.74155.893.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.55%
GREEN value IS 101 (39.84% from 255) = 37.00%
BLUE value IS 135 (53.12% from 255) = 49.45%
R=13.55%
G=37.00%
B=49.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal371011350.730.2500.47200.8256.9833.73
Hex256587491902Fc93922
Octal45145207111310573117142
Binary100101110010110000111100100111001010111111001001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256587; }

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

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

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

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

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

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

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

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