#296584

Color #296584 Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #296584

Tints of Bahama Blue #296584

Color information

#296584 (or 0x296584) is unknown color: approx Bahama Blue. HEX triplet: 29, 65 and 84. RGB value is (41,101,132). Sum of RGB (Red+Green+Blue) = 41+101+132=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 132 - color contains mainly: blue. Hex color #296584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296584 is #D69A7B. Grayscale: #565656. Windows color (decimal): -14064252 or 8676649. OLE color: 8676649.

HSL color Cylindrical-coordinate representation of color #296584: hue angle of 200.44º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #296584 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB41101132-
CMYK0.690.2300.48
HSL200.44º52.6%33.92%-
HSV(B)200.44º68.94%51.76%-
XYZ9.7311.4423.53-
YUV86.59153.6295.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.96%
GREEN value IS 101 (39.84% from 255) = 36.86%
BLUE value IS 132 (51.95% from 255) = 48.18%
R=14.96%
G=36.86%
B=48.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal411011320.690.2300.48200.4452.633.92
Hex2965844517030c83522
Octal51145204105270603106542
Binary101001110010110000100100010110111011000011001000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296584; }

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

 H1.HeaderClassName
 {
   color: #296584;
 }
 .AnyTagClassName
 {
   color: #296584;
 }
</style>
background-color css

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

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

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

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

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

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