Html Css Color HEX #29577D Bahama Blue

📋 copy color: '#29577D'

red 41 ◦ green 87 ◦ blue 125

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

Shades of Bahama Blue #29577D

Tints of Bahama Blue #29577D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.39%

 BLUE value IS 125 (49.22% from 255) = 49.41%

R = 16.21%
G = 34.39%
B = 49.41%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29577D (or 0x29577D) is known color: Bahama Blue. HEX triplet: 29, 57 and 7D. RGB value is (41,87,125). Sum of RGB (Red+Green+Blue) = 41+87+125=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #29577D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29577D is #D6A882. Grayscale: #4D4D4D. Windows color (decimal): -14067843 or 8214313. OLE color: 8214313.

HSL color Cylindrical-coordinate representation of color #29577D: hue angle of 207.14º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29577D is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 87 125 -
CMYK 0.67 0.30 0 0.51
HSL 207.14º 0.51% 0.33% -
HSV(B) 207.14º 0.67% 0.49% -
XYZ 8.02 8.77 20.67 -
YUV 77.58 154.76 101.91 -
System Red Green Blue C M Y K H S L
Decimal 41 87 125 0.67 0.30 0 0.51 207.14 0.51 0.33
Hex 29 57 7D 43 1E 0 33 CF 33 21
Octal 51 127 175 103 36 0 63 317 63 41
Binary 101001 1010111 1111101 1000011 11110 0 110011 11001111 110011 100001

Color Harmonies of #29577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29577D

Black with #29577D

Text Example


Text Example

White with #29577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29577D; }

 p { color: rgb(41,87,125); }

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

background-color css

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

 a { background-color: rgb(41,87,125); }

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

border-color css

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

 span { border-color: rgb(41,87,125); }

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