#296385

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

Shades of Bahama Blue #296385

Tints of Bahama Blue #296385

Color information

#296385 (or 0x296385) is unknown color: approx Bahama Blue. HEX triplet: 29, 63 and 85. RGB value is (41,99,133). Sum of RGB (Red+Green+Blue) = 41+99+133=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #296385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296385 is #D69C7A. Grayscale: #555555. Windows color (decimal): -14064763 or 8741673. OLE color: 8741673.

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

Color convert

RGB4199133-
CMYK0.690.2600.48
HSL202.17º52.87%34.12%-
HSV(B)202.17º69.17%52.16%-
XYZ9.6111.0923.82-
YUV85.53154.7896.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.02%
GREEN value IS 99 (39.06% from 255) = 36.26%
BLUE value IS 133 (52.34% from 255) = 48.72%
R=15.02%
G=36.26%
B=48.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41991330.690.2600.48202.1752.8734.12
Hex296385451A030ca3522
Octal51143205105320603126542
Binary101001110001110000101100010111010011000011001010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296385; }

 p { color: rgb(41,99,133); }

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

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

 a { background-color: rgb(41,99,133); }

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

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

 span { border-color: rgb(41,99,133); }

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