Html Css Color HEX #276389 Bahama Blue

📋 copy color: '#276389'

red 39 ◦ green 99 ◦ blue 137

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

Shades of Bahama Blue #276389

Tints of Bahama Blue #276389

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36%

 BLUE value IS 137 (53.91% from 255) = 49.82%

R = 14.18%
G = 36%
B = 49.82%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#276389 (or 0x276389) is known color: Bahama Blue. HEX triplet: 27, 63 and 89. RGB value is (39,99,137). Sum of RGB (Red+Green+Blue) = 39+99+137=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #276389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276389 is #D89C76. Grayscale: #555555. Windows color (decimal): -14195831 or 9003815. OLE color: 9003815.

HSL color Cylindrical-coordinate representation of color #276389: hue angle of 203.27º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #276389 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 39 99 137 -
CMYK 0.72 0.28 0 0.46
HSL 203.27º 0.56% 0.35% -
HSV(B) 203.27º 0.72% 0.54% -
XYZ 9.81 11.16 25.3 -
YUV 85.39 157.12 94.91 -
System Red Green Blue C M Y K H S L
Decimal 39 99 137 0.72 0.28 0 0.46 203.27 0.56 0.35
Hex 27 63 89 48 1C 0 2E CB 38 23
Octal 47 143 211 110 34 0 56 313 70 43
Binary 100111 1100011 10001001 1001000 11100 0 101110 11001011 111000 100011

Color Harmonies of #276389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276389

Black with #276389

Text Example


Text Example

White with #276389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276389; }

 p { color: rgb(39,99,137); }

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

background-color css

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

 a { background-color: rgb(39,99,137); }

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

border-color css

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

 span { border-color: rgb(39,99,137); }

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