#26527F

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

Shades of Bahama Blue #26527F

Tints of Bahama Blue #26527F

Color information

#26527F (or 0x26527F) is unknown color: approx Bahama Blue. HEX triplet: 26, 52 and 7F. RGB value is (38,82,127). Sum of RGB (Red+Green+Blue) = 38+82+127=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #26527F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26527F is #D9AD80. Grayscale: #494949. Windows color (decimal): -14265729 or 8344102. OLE color: 8344102.

HSL color Cylindrical-coordinate representation of color #26527F: hue angle of 210.34º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26527F is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3882127-
CMYK0.700.3500.50
HSL210.34º53.94%32.35%-
HSV(B)210.34º70.08%49.8%-
XYZ7.657.9821.22-
YUV73.97157.92102.34-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.38%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 127 (50% from 255) = 51.42%
R=15.38%
G=33.20%
B=51.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal38821270.700.3500.50210.3453.9432.35
Hex26527F4623032d23620
Octal46122177106430623226640
Binary100110101001011111111000110100011011001011010010110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26527F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26527F; }

 p { color: rgb(38,82,127); }

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

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

 a { background-color: rgb(38,82,127); }

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

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

 span { border-color: rgb(38,82,127); }

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