#26587D

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

Shades of Bahama Blue #26587D

Tints of Bahama Blue #26587D

Color information

#26587D (or 0x26587D) is unknown color: approx Bahama Blue. HEX triplet: 26, 58 and 7D. RGB value is (38,88,125). Sum of RGB (Red+Green+Blue) = 38+88+125=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #26587D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26587D is #D9A782. Grayscale: #4D4D4D. Windows color (decimal): -14264195 or 8214566. OLE color: 8214566.

HSL color Cylindrical-coordinate representation of color #26587D: hue angle of 205.52º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26587D is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3888125-
CMYK0.700.3000.51
HSL205.52º53.37%31.96%-
HSV(B)205.52º69.6%49.02%-
XYZ7.998.8720.69-
YUV77.27154.9499.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.14%
GREEN value IS 88 (34.77% from 255) = 35.06%
BLUE value IS 125 (49.22% from 255) = 49.80%
R=15.14%
G=35.06%
B=49.80%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38881250.700.3000.51205.5253.3731.96
Hex26587D461E033ce3520
Octal46130175106360633166540
Binary10011010110001111101100011011110011001111001110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26587D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,88,125); }

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

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

 a { background-color: rgb(38,88,125); }

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

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

 span { border-color: rgb(38,88,125); }

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