#296182

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

Shades of Bahama Blue #296182

Tints of Bahama Blue #296182

Color information

#296182 (or 0x296182) is unknown color: approx Bahama Blue. HEX triplet: 29, 61 and 82. RGB value is (41,97,130). Sum of RGB (Red+Green+Blue) = 41+97+130=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #296182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296182 is #D69E7D. Grayscale: #535353. Windows color (decimal): -14065278 or 8544553. OLE color: 8544553.

HSL color Cylindrical-coordinate representation of color #296182: hue angle of 202.25º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #296182 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4197130-
CMYK0.680.2500.49
HSL202.25º52.05%33.53%-
HSV(B)202.25º68.46%50.98%-
XYZ9.2210.6322.69-
YUV84.02153.9597.32-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.30%
GREEN value IS 97 (38.28% from 255) = 36.19%
BLUE value IS 130 (51.17% from 255) = 48.51%
R=15.30%
G=36.19%
B=48.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41971300.680.2500.49202.2552.0533.53
Hex2961824419031ca3422
Octal51141202104310613126442
Binary101001110000110000010100010011001011000111001010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296182; }

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

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

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

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

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

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

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

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