#26577D

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

Shades of Bahama Blue #26577D

Tints of Bahama Blue #26577D

Color information

#26577D (or 0x26577D) is unknown color: approx Bahama Blue. HEX triplet: 26, 57 and 7D. RGB value is (38,87,125). Sum of RGB (Red+Green+Blue) = 38+87+125=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #26577D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26577D is #D9A882. Grayscale: #4C4C4C. Windows color (decimal): -14264451 or 8214310. OLE color: 8214310.

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

Color convert

RGB3887125-
CMYK0.700.3000.51
HSL206.21º53.37%31.96%-
HSV(B)206.21º69.6%49.02%-
XYZ7.918.7120.67-
YUV76.68155.27100.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.2%
GREEN value IS 87 (34.38% from 255) = 34.8%
BLUE value IS 125 (49.22% from 255) = 50%
R=15.2%
G=34.8%
B=50%

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
Decimal38871250.700.3000.51206.2153.3731.96
Hex26577D461E033ce3520
Octal46127175106360633166540
Binary10011010101111111101100011011110011001111001110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26577D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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