#296684

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

Shades of Bahama Blue #296684

Tints of Bahama Blue #296684

Color information

#296684 (or 0x296684) is unknown color: approx Bahama Blue. HEX triplet: 29, 66 and 84. RGB value is (41,102,132). Sum of RGB (Red+Green+Blue) = 41+102+132=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #296684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296684 is #D6997B. Grayscale: #575757. Windows color (decimal): -14063996 or 8676905. OLE color: 8676905.

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

Color convert

RGB41102132-
CMYK0.690.2300.48
HSL199.78º52.6%33.92%-
HSV(B)199.78º68.94%51.76%-
XYZ9.8311.6423.56-
YUV87.18153.2995.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.91%
GREEN value IS 102 (40.23% from 255) = 37.09%
BLUE value IS 132 (51.95% from 255) = 48%
R=14.91%
G=37.09%
B=48%

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
Decimal411021320.690.2300.48199.7852.633.92
Hex2966844517030c83522
Octal51146204105270603106542
Binary101001110011010000100100010110111011000011001000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296684; }

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

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

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

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

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

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

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

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