#266588

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

Shades of Bahama Blue #266588

Tints of Bahama Blue #266588

Color information

#266588 (or 0x266588) is unknown color: approx Bahama Blue. HEX triplet: 26, 65 and 88. RGB value is (38,101,136). Sum of RGB (Red+Green+Blue) = 38+101+136=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #266588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266588 is #D99A77. Grayscale: #555555. Windows color (decimal): -14260856 or 8938790. OLE color: 8938790.

HSL color Cylindrical-coordinate representation of color #266588: hue angle of 201.43º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #266588 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB38101136-
CMYK0.720.2600.47
HSL201.43º56.32%34.12%-
HSV(B)201.43º72.06%53.33%-
XYZ9.911.524.99-
YUV86.15156.1393.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.82%
GREEN value IS 101 (39.84% from 255) = 36.73%
BLUE value IS 136 (53.52% from 255) = 49.45%
R=13.82%
G=36.73%
B=49.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal381011360.720.2600.47201.4356.3234.12
Hex266588481A02Fc93822
Octal46145210110320573117042
Binary100110110010110001000100100011010010111111001001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266588; }

 p { color: rgb(38,101,136); }

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

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

 a { background-color: rgb(38,101,136); }

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

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

 span { border-color: rgb(38,101,136); }

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