#295E81

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

Shades of Bahama Blue #295E81

Tints of Bahama Blue #295E81

Color information

#295E81 (or 0x295E81) is unknown color: approx Bahama Blue. HEX triplet: 29, 5E and 81. RGB value is (41,94,129). Sum of RGB (Red+Green+Blue) = 41+94+129=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 129 - color contains mainly: blue. Hex color #295E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295E81 is #D6A17E. Grayscale: #515151. Windows color (decimal): -14066047 or 8478249. OLE color: 8478249.

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

Color convert

RGB4194129-
CMYK0.680.2700.49
HSL203.86º51.76%33.33%-
HSV(B)203.86º68.22%50.59%-
XYZ8.8810.0622.24-
YUV82.14154.4498.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.53%
GREEN value IS 94 (37.11% from 255) = 35.61%
BLUE value IS 129 (50.78% from 255) = 48.86%
R=15.53%
G=35.61%
B=48.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41941290.680.2700.49203.8651.7633.33
Hex295E81441B031cc3421
Octal51136201104330613146441
Binary101001101111010000001100010011011011000111001100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295E81; }

 p { color: rgb(41,94,129); }

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

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

 a { background-color: rgb(41,94,129); }

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

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

 span { border-color: rgb(41,94,129); }

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