Html Css Color HEX #29587F Bahama Blue

📋 copy color: '#29587F'

red 41 ◦ green 88 ◦ blue 127

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

Shades of Bahama Blue #29587F

Tints of Bahama Blue #29587F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.38%

 BLUE value IS 127 (50% from 255) = 49.61%

R = 16.02%
G = 34.38%
B = 49.61%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#29587F (or 0x29587F) is known color: Bahama Blue. HEX triplet: 29, 58 and 7F. RGB value is (41,88,127). Sum of RGB (Red+Green+Blue) = 41+88+127=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 127 - color contains mainly: blue. Hex color #29587F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29587F is #D6A780. Grayscale: #4E4E4E. Windows color (decimal): -14067585 or 8345641. OLE color: 8345641.

HSL color Cylindrical-coordinate representation of color #29587F: hue angle of 207.21º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29587F is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 88 127 -
CMYK 0.68 0.31 0 0.50
HSL 207.21º 0.51% 0.33% -
HSV(B) 207.21º 0.68% 0.5% -
XYZ 8.23 8.98 21.38 -
YUV 78.39 155.43 101.33 -
System Red Green Blue C M Y K H S L
Decimal 41 88 127 0.68 0.31 0 0.50 207.21 0.51 0.33
Hex 29 58 7F 44 1F 0 32 CF 33 21
Octal 51 130 177 104 37 0 62 317 63 41
Binary 101001 1011000 1111111 1000100 11111 0 110010 11001111 110011 100001

Color Harmonies of #29587F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29587F

Black with #29587F

Text Example


Text Example

White with #29587F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29587F; }

 p { color: rgb(41,88,127); }

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

background-color css

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

 a { background-color: rgb(41,88,127); }

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

border-color css

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

 span { border-color: rgb(41,88,127); }

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