#26557B

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

Shades of Bahama Blue #26557B

Tints of Bahama Blue #26557B

Color information

#26557B (or 0x26557B) is unknown color: approx Bahama Blue. HEX triplet: 26, 55 and 7B. RGB value is (38,85,123). Sum of RGB (Red+Green+Blue) = 38+85+123=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 123 (48.44% from 255 or 50% from 246); Max value from RGB is 123 - color contains mainly: blue. Hex color #26557B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26557B is #D9AA84. Grayscale: #4B4B4B. Windows color (decimal): -14264965 or 8082726. OLE color: 8082726.

HSL color Cylindrical-coordinate representation of color #26557B: hue angle of 206.82º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26557B is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3885123-
CMYK0.690.3100.52
HSL206.82º52.8%31.57%-
HSV(B)206.82º69.11%48.24%-
XYZ7.628.3419.95-
YUV75.28154.93101.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.45%
GREEN value IS 85 (33.59% from 255) = 34.55%
BLUE value IS 123 (48.44% from 255) = 50%
R=15.45%
G=34.55%
B=50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38851230.690.3100.52206.8252.831.57
Hex26557B451F034cf3520
Octal46125173105370643176540
Binary10011010101011111011100010111111011010011001111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26557B; }

 p { color: rgb(38,85,123); }

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

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

 a { background-color: rgb(38,85,123); }

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

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

 span { border-color: rgb(38,85,123); }

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