#296484

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

Shades of Bahama Blue #296484

Tints of Bahama Blue #296484

Color information

#296484 (or 0x296484) is unknown color: approx Bahama Blue. HEX triplet: 29, 64 and 84. RGB value is (41,100,132). Sum of RGB (Red+Green+Blue) = 41+100+132=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #296484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296484 is #D69B7B. Grayscale: #555555. Windows color (decimal): -14064508 or 8676393. OLE color: 8676393.

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

Color convert

RGB41100132-
CMYK0.690.2400.48
HSL201.1º52.6%33.92%-
HSV(B)201.1º68.94%51.76%-
XYZ9.6411.2523.49-
YUV86.01153.9595.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.02%
GREEN value IS 100 (39.45% from 255) = 36.63%
BLUE value IS 132 (51.95% from 255) = 48.35%
R=15.02%
G=36.63%
B=48.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal411001320.690.2400.48201.152.633.92
Hex2964844518030c93522
Octal51144204105300603116542
Binary101001110010010000100100010111000011000011001001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296484; }

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

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

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

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

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

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

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

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