Html Css Color HEX #276486 Bahama Blue

📋 copy color: '#276486'

red 39 ◦ green 100 ◦ blue 134

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

Shades of Bahama Blue #276486

Tints of Bahama Blue #276486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.63%

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

R = 14.29%
G = 36.63%
B = 49.08%

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

#276486 (or 0x276486) is known color: Bahama Blue. HEX triplet: 27, 64 and 86. RGB value is (39,100,134). Sum of RGB (Red+Green+Blue) = 39+100+134=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 134 - color contains mainly: blue. Hex color #276486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276486 is #D89B79. Grayscale: #555555. Windows color (decimal): -14195578 or 8807463. OLE color: 8807463.

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

Color convert

RGB 39 100 134 -
CMYK 0.71 0.25 0 0.47
HSL 201.47º 0.55% 0.34% -
HSV(B) 201.47º 0.71% 0.53% -
XYZ 9.7 11.27 24.22 -
YUV 85.64 155.29 94.74 -
System Red Green Blue C M Y K H S L
Decimal 39 100 134 0.71 0.25 0 0.47 201.47 0.55 0.34
Hex 27 64 86 47 19 0 2F C9 37 22
Octal 47 144 206 107 31 0 57 311 67 42
Binary 100111 1100100 10000110 1000111 11001 0 101111 11001001 110111 100010

Color Harmonies of #276486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276486

Black with #276486

Text Example


Text Example

White with #276486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276486; }

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

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

background-color css

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

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

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

border-color css

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

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

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