Html Css Color HEX #29557F Bahama Blue

📋 copy color: '#29557F'

red 41 ◦ green 85 ◦ blue 127

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

Shades of Bahama Blue #29557F

Tints of Bahama Blue #29557F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.6%

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

R = 16.21%
G = 33.6%
B = 50.2%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#29557F (or 0x29557F) is known color: Bahama Blue. HEX triplet: 29, 55 and 7F. RGB value is (41,85,127). Sum of RGB (Red+Green+Blue) = 41+85+127=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #29557F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29557F is #D6AA80. Grayscale: #4C4C4C. Windows color (decimal): -14068353 or 8344873. OLE color: 8344873.

HSL color Cylindrical-coordinate representation of color #29557F: hue angle of 209.3º 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 #29557F is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 85 127 -
CMYK 0.68 0.33 0 0.50
HSL 209.3º 0.51% 0.33% -
HSV(B) 209.3º 0.68% 0.5% -
XYZ 7.99 8.5 21.3 -
YUV 76.63 156.42 102.58 -
System Red Green Blue C M Y K H S L
Decimal 41 85 127 0.68 0.33 0 0.50 209.3 0.51 0.33
Hex 29 55 7F 44 21 0 32 D1 33 21
Octal 51 125 177 104 41 0 62 321 63 41
Binary 101001 1010101 1111111 1000100 100001 0 110010 11010001 110011 100001

Color Harmonies of #29557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29557F

Black with #29557F

Text Example


Text Example

White with #29557F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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