Html Css Color HEX #276188 Bahama Blue

📋 copy color: '#276188'

red 39 ◦ green 97 ◦ blue 136

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

Shades of Bahama Blue #276188

Tints of Bahama Blue #276188

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.66%

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

R = 14.34%
G = 35.66%
B = 50%

CMYK

 C value IS 0.71

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#276188 (or 0x276188) is known color: Bahama Blue. HEX triplet: 27, 61 and 88. RGB value is (39,97,136). Sum of RGB (Red+Green+Blue) = 39+97+136=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #276188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276188 is #D89E77. Grayscale: #535353. Windows color (decimal): -14196344 or 8937767. OLE color: 8937767.

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

Color convert

RGB 39 97 136 -
CMYK 0.71 0.29 0 0.47
HSL 204.12º 0.55% 0.34% -
HSV(B) 204.12º 0.71% 0.53% -
XYZ 9.56 10.76 24.87 -
YUV 84.1 157.28 95.83 -
System Red Green Blue C M Y K H S L
Decimal 39 97 136 0.71 0.29 0 0.47 204.12 0.55 0.34
Hex 27 61 88 47 1D 0 2F CC 37 22
Octal 47 141 210 107 35 0 57 314 67 42
Binary 100111 1100001 10001000 1000111 11101 0 101111 11001100 110111 100010

Color Harmonies of #276188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276188

Black with #276188

Text Example


Text Example

White with #276188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276188; }

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

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

background-color css

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

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

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

border-color css

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

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

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