#296183

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

Shades of Bahama Blue #296183

Tints of Bahama Blue #296183

Color information

#296183 (or 0x296183) is unknown color: approx Bahama Blue. HEX triplet: 29, 61 and 83. RGB value is (41,97,131). Sum of RGB (Red+Green+Blue) = 41+97+131=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #296183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296183 is #D69E7C. Grayscale: #535353. Windows color (decimal): -14065277 or 8610089. OLE color: 8610089.

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

Color convert

RGB4197131-
CMYK0.690.2600.49
HSL202.67º52.33%33.73%-
HSV(B)202.67º68.7%51.37%-
XYZ9.2910.6623.04-
YUV84.13154.4597.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.24%
GREEN value IS 97 (38.28% from 255) = 36.06%
BLUE value IS 131 (51.56% from 255) = 48.70%
R=15.24%
G=36.06%
B=48.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41971310.690.2600.49202.6752.3333.73
Hex296183451A031cb3422
Octal51141203105320613136442
Binary101001110000110000011100010111010011000111001011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296183; }

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

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

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

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

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

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

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

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