Html Css Color HEX #296589 Bahama Blue

📋 copy color: '#296589'

red 41 ◦ green 101 ◦ blue 137

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

Shades of Bahama Blue #296589

Tints of Bahama Blue #296589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 49.1%

R = 14.7%
G = 36.2%
B = 49.1%

CMYK

 C value IS 0.70

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#296589 (or 0x296589) is known color: Bahama Blue. HEX triplet: 29, 65 and 89. RGB value is (41,101,137). Sum of RGB (Red+Green+Blue) = 41+101+137=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #296589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296589 is #D69A76. Grayscale: #565656. Windows color (decimal): -14064247 or 9004329. OLE color: 9004329.

HSL color Cylindrical-coordinate representation of color #296589: hue angle of 202.5º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #296589 is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 101 137 -
CMYK 0.70 0.26 0 0.46
HSL 202.5º 0.54% 0.35% -
HSV(B) 202.5º 0.7% 0.54% -
XYZ 10.08 11.58 25.37 -
YUV 87.16 156.12 95.07 -
System Red Green Blue C M Y K H S L
Decimal 41 101 137 0.70 0.26 0 0.46 202.5 0.54 0.35
Hex 29 65 89 46 1A 0 2E CA 36 23
Octal 51 145 211 106 32 0 56 312 66 43
Binary 101001 1100101 10001001 1000110 11010 0 101110 11001010 110110 100011

Color Harmonies of #296589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296589

Black with #296589

Text Example


Text Example

White with #296589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296589; }

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

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

background-color css

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

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

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

border-color css

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

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

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