#26567B

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

Shades of Bahama Blue #26567B

Tints of Bahama Blue #26567B

Color information

#26567B (or 0x26567B) is unknown color: approx Bahama Blue. HEX triplet: 26, 56 and 7B. RGB value is (38,86,123). Sum of RGB (Red+Green+Blue) = 38+86+123=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #26567B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26567B is #D9A984. Grayscale: #4B4B4B. Windows color (decimal): -14264709 or 8082982. OLE color: 8082982.

HSL color Cylindrical-coordinate representation of color #26567B: hue angle of 206.12º 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 #26567B is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3886123-
CMYK0.690.3000.52
HSL206.12º52.8%31.57%-
HSV(B)206.12º69.11%48.24%-
XYZ7.78.519.97-
YUV75.87154.6100.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.38%
GREEN value IS 86 (33.98% from 255) = 34.82%
BLUE value IS 123 (48.44% from 255) = 49.80%
R=15.38%
G=34.82%
B=49.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38861230.690.3000.52206.1252.831.57
Hex26567B451E034ce3520
Octal46126173105360643166540
Binary10011010101101111011100010111110011010011001110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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