Html Css Color HEX #276688 Bahama Blue

📋 copy color: '#276688'

red 39 ◦ green 102 ◦ blue 136

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

Shades of Bahama Blue #276688

Tints of Bahama Blue #276688

RGB

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

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

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

R = 14.08%
G = 36.82%
B = 49.1%

CMYK

 C value IS 0.71

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#276688 (or 0x276688) is known color: Bahama Blue. HEX triplet: 27, 66 and 88. RGB value is (39,102,136). Sum of RGB (Red+Green+Blue) = 39+102+136=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #276688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276688 is #D89977. Grayscale: #565656. Windows color (decimal): -14195064 or 8939047. OLE color: 8939047.

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

Color convert

RGB 39 102 136 -
CMYK 0.71 0.25 0 0.47
HSL 201.03º 0.55% 0.34% -
HSV(B) 201.03º 0.71% 0.53% -
XYZ 10.03 11.71 25.02 -
YUV 87.04 155.63 93.74 -
System Red Green Blue C M Y K H S L
Decimal 39 102 136 0.71 0.25 0 0.47 201.03 0.55 0.34
Hex 27 66 88 47 19 0 2F C9 37 22
Octal 47 146 210 107 31 0 57 311 67 42
Binary 100111 1100110 10001000 1000111 11001 0 101111 11001001 110111 100010

Color Harmonies of #276688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276688

Black with #276688

Text Example


Text Example

White with #276688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276688; }

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

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

background-color css

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

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

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

border-color css

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

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

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