Html Css Color HEX #276386 Bahama Blue

📋 copy color: '#276386'

red 39 ◦ green 99 ◦ blue 134

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

Shades of Bahama Blue #276386

Tints of Bahama Blue #276386

RGB

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

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

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

R = 14.34%
G = 36.4%
B = 49.26%

CMYK

 C value IS 0.71

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#276386 (or 0x276386) is known color: Bahama Blue. HEX triplet: 27, 63 and 86. RGB value is (39,99,134). Sum of RGB (Red+Green+Blue) = 39+99+134=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 134 (52.73% from 255 or 49.26% from 272); Max value from RGB is 134 - color contains mainly: blue. Hex color #276386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276386 is #D89C79. Grayscale: #545454. Windows color (decimal): -14195834 or 8807207. OLE color: 8807207.

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

Color convert

RGB 39 99 134 -
CMYK 0.71 0.26 0 0.47
HSL 202.11º 0.55% 0.34% -
HSV(B) 202.11º 0.71% 0.53% -
XYZ 9.6 11.08 24.19 -
YUV 85.05 155.62 95.15 -
System Red Green Blue C M Y K H S L
Decimal 39 99 134 0.71 0.26 0 0.47 202.11 0.55 0.34
Hex 27 63 86 47 1A 0 2F CA 37 22
Octal 47 143 206 107 32 0 57 312 67 42
Binary 100111 1100011 10000110 1000111 11010 0 101111 11001010 110111 100010

Color Harmonies of #276386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276386

Black with #276386

Text Example


Text Example

White with #276386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276386; }

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

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

background-color css

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

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

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

border-color css

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

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

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