#256588

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

Shades of Bahama Blue #256588

Tints of Bahama Blue #256588

Color information

#256588 (or 0x256588) is unknown color: approx Bahama Blue. HEX triplet: 25, 65 and 88. RGB value is (37,101,136). Sum of RGB (Red+Green+Blue) = 37+101+136=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #256588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256588 is #DA9A77. Grayscale: #555555. Windows color (decimal): -14326392 or 8938789. OLE color: 8938789.

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

Color convert

RGB37101136-
CMYK0.730.2600.47
HSL201.21º57.23%33.92%-
HSV(B)201.21º72.79%53.33%-
XYZ9.8611.4824.99-
YUV85.85156.393.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.50%
GREEN value IS 101 (39.84% from 255) = 36.86%
BLUE value IS 136 (53.52% from 255) = 49.64%
R=13.50%
G=36.86%
B=49.64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal371011360.730.2600.47201.2157.2333.92
Hex256588491A02Fc93922
Octal45145210111320573117142
Binary100101110010110001000100100111010010111111001001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256588; }

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

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

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

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

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

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

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

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