Html Css Color HEX #276686 Bahama Blue

📋 copy color: '#276686'

red 39 ◦ green 102 ◦ blue 134

#276686
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahama Blue #276686

Tints of Bahama Blue #276686

RGB

 RED value IS 39 (15.63% from 255) = 14.18%

 GREEN value IS 102 (40.23% from 255) = 37.09%

 BLUE value IS 134 (52.73% from 255) = 48.73%

R = 14.18%
G = 37.09%
B = 48.73%

CMYK

 C value IS 0.71

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#276686 (or 0x276686) is known color: Bahama Blue. HEX triplet: 27, 66 and 86. RGB value is (39,102,134). Sum of RGB (Red+Green+Blue) = 39+102+134=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 134 (52.73% from 255 or 48.73% from 275); Max value from RGB is 134 - color contains mainly: blue. Hex color #276686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276686 is #D89979. Grayscale: #565656. Windows color (decimal): -14195066 or 8807975. OLE color: 8807975.

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

Color convert

RGB 39 102 134 -
CMYK 0.71 0.24 0 0.47
HSL 200.21º 0.55% 0.34% -
HSV(B) 200.21º 0.71% 0.53% -
XYZ 9.89 11.66 24.28 -
YUV 86.81 154.63 93.9 -
System Red Green Blue C M Y K H S L
Decimal 39 102 134 0.71 0.24 0 0.47 200.21 0.55 0.34
Hex 27 66 86 47 18 0 2F C8 37 22
Octal 47 146 206 107 30 0 57 310 67 42
Binary 100111 1100110 10000110 1000111 11000 0 101111 11001000 110111 100010

Color Harmonies of #276686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276686

Black with #276686

Text Example


Text Example

White with #276686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276686; }

 p { color: rgb(39,102,134); }

 H1.HeaderClassName
 {
   color: #276686;
 }
 .AnyTagClassName
 {
   color: #276686;
 }
</style>

background-color css

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

 a { background-color: rgb(39,102,134); }

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

border-color css

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

 span { border-color: rgb(39,102,134); }

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