Html Css Color HEX #276388 Bahama Blue

📋 copy color: '#276388'

red 39 ◦ green 99 ◦ blue 136

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

Shades of Bahama Blue #276388

Tints of Bahama Blue #276388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 49.64%

R = 14.23%
G = 36.13%
B = 49.64%

CMYK

 C value IS 0.71

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#276388 (or 0x276388) is known color: Bahama Blue. HEX triplet: 27, 63 and 88. RGB value is (39,99,136). Sum of RGB (Red+Green+Blue) = 39+99+136=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #276388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276388 is #D89C77. Grayscale: #555555. Windows color (decimal): -14195832 or 8938279. OLE color: 8938279.

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

Color convert

RGB 39 99 136 -
CMYK 0.71 0.27 0 0.47
HSL 202.89º 0.55% 0.34% -
HSV(B) 202.89º 0.71% 0.53% -
XYZ 9.74 11.13 24.93 -
YUV 85.28 156.62 94.99 -
System Red Green Blue C M Y K H S L
Decimal 39 99 136 0.71 0.27 0 0.47 202.89 0.55 0.34
Hex 27 63 88 47 1B 0 2F CB 37 22
Octal 47 143 210 107 33 0 57 313 67 42
Binary 100111 1100011 10001000 1000111 11011 0 101111 11001011 110111 100010

Color Harmonies of #276388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276388

Black with #276388

Text Example


Text Example

White with #276388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276388; }

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

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

background-color css

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

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

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

border-color css

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

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

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