Html Css Color HEX #296180 Bahama Blue

📋 copy color: '#296180'

red 41 ◦ green 97 ◦ blue 128

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

Shades of Bahama Blue #296180

Tints of Bahama Blue #296180

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.47%

 BLUE value IS 128 (50.39% from 255) = 48.12%

R = 15.41%
G = 36.47%
B = 48.12%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#296180 (or 0x296180) is known color: Bahama Blue. HEX triplet: 29, 61 and 80. RGB value is (41,97,128). Sum of RGB (Red+Green+Blue) = 41+97+128=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #296180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296180 is #D69E7F. Grayscale: #535353. Windows color (decimal): -14065280 or 8413481. OLE color: 8413481.

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

Color convert

RGB 41 97 128 -
CMYK 0.68 0.24 0 0.50
HSL 201.38º 0.51% 0.33% -
HSV(B) 201.38º 0.68% 0.5% -
XYZ 9.09 10.58 21.99 -
YUV 83.79 152.95 97.48 -
System Red Green Blue C M Y K H S L
Decimal 41 97 128 0.68 0.24 0 0.50 201.38 0.51 0.33
Hex 29 61 80 44 18 0 32 C9 33 21
Octal 51 141 200 104 30 0 62 311 63 41
Binary 101001 1100001 10000000 1000100 11000 0 110010 11001001 110011 100001

Color Harmonies of #296180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296180

Black with #296180

Text Example


Text Example

White with #296180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296180; }

 p { color: rgb(41,97,128); }

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

background-color css

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

 a { background-color: rgb(41,97,128); }

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

border-color css

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

 span { border-color: rgb(41,97,128); }

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