#295E7E

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

Shades of Bahama Blue #295E7E

Tints of Bahama Blue #295E7E

Color information

#295E7E (or 0x295E7E) is unknown color: approx Bahama Blue. HEX triplet: 29, 5E and 7E. RGB value is (41,94,126). Sum of RGB (Red+Green+Blue) = 41+94+126=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 126 (49.61% from 255 or 48.28% from 261); Max value from RGB is 126 - color contains mainly: blue. Hex color #295E7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295E7E is #D6A181. Grayscale: #515151. Windows color (decimal): -14066050 or 8281641. OLE color: 8281641.

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

Color convert

RGB4194126-
CMYK0.670.2500.51
HSL202.59º50.9%32.75%-
HSV(B)202.59º67.46%49.41%-
XYZ8.689.9821.21-
YUV81.8152.9498.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.71%
GREEN value IS 94 (37.11% from 255) = 36.02%
BLUE value IS 126 (49.61% from 255) = 48.28%
R=15.71%
G=36.02%
B=48.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41941260.670.2500.51202.5950.932.75
Hex295E7E4319033cb3321
Octal51136176103310633136341
Binary10100110111101111110100001111001011001111001011110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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