Html Css Color HEX #296586 Bahama Blue

📋 copy color: '#296586'

red 41 ◦ green 101 ◦ blue 134

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

Shades of Bahama Blue #296586

Tints of Bahama Blue #296586

RGB

 RED value IS 41 (16.41% from 255) = 14.86%

 GREEN value IS 101 (39.84% from 255) = 36.59%

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

R = 14.86%
G = 36.59%
B = 48.55%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#296586 (or 0x296586) is known color: Bahama Blue. HEX triplet: 29, 65 and 86. RGB value is (41,101,134). Sum of RGB (Red+Green+Blue) = 41+101+134=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 134 - color contains mainly: blue. Hex color #296586 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296586 is #D69A79. Grayscale: #565656. Windows color (decimal): -14064250 or 8807721. OLE color: 8807721.

HSL color Cylindrical-coordinate representation of color #296586: hue angle of 201.29º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #296586 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 101 134 -
CMYK 0.69 0.25 0 0.47
HSL 201.29º 0.53% 0.34% -
HSV(B) 201.29º 0.69% 0.53% -
XYZ 9.87 11.5 24.25 -
YUV 86.82 154.62 95.32 -
System Red Green Blue C M Y K H S L
Decimal 41 101 134 0.69 0.25 0 0.47 201.29 0.53 0.34
Hex 29 65 86 45 19 0 2F C9 35 22
Octal 51 145 206 105 31 0 57 311 65 42
Binary 101001 1100101 10000110 1000101 11001 0 101111 11001001 110101 100010

Color Harmonies of #296586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296586

Black with #296586

Text Example


Text Example

White with #296586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296586; }

 p { color: rgb(41,101,134); }

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

background-color css

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

 a { background-color: rgb(41,101,134); }

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

border-color css

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

 span { border-color: rgb(41,101,134); }

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