#266687

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

Shades of Bahama Blue #266687

Tints of Bahama Blue #266687

Color information

#266687 (or 0x266687) is unknown color: approx Bahama Blue. HEX triplet: 26, 66 and 87. RGB value is (38,102,135). Sum of RGB (Red+Green+Blue) = 38+102+135=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #266687 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266687 is #D99978. Grayscale: #565656. Windows color (decimal): -14260601 or 8873510. OLE color: 8873510.

HSL color Cylindrical-coordinate representation of color #266687: hue angle of 200.41º 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 #266687 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB38102135-
CMYK0.720.2400.47
HSL200.41º56.07%33.92%-
HSV(B)200.41º71.85%52.94%-
XYZ9.9211.6624.65-
YUV86.63155.393.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.82%
GREEN value IS 102 (40.23% from 255) = 37.09%
BLUE value IS 135 (53.12% from 255) = 49.09%
R=13.82%
G=37.09%
B=49.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal381021350.720.2400.47200.4156.0733.92
Hex266687481802Fc83822
Octal46146207110300573107042
Binary100110110011010000111100100011000010111111001000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266687; }

 p { color: rgb(38,102,135); }

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

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

 a { background-color: rgb(38,102,135); }

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

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

 span { border-color: rgb(38,102,135); }

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