#295A84

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

Shades of Bahama Blue #295A84

Tints of Bahama Blue #295A84

Color information

#295A84 (or 0x295A84) is unknown color: approx Bahama Blue. HEX triplet: 29, 5A and 84. RGB value is (41,90,132). Sum of RGB (Red+Green+Blue) = 41+90+132=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #295A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295A84 is #D6A57B. Grayscale: #4F4F4F. Windows color (decimal): -14067068 or 8673833. OLE color: 8673833.

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

Color convert

RGB4190132-
CMYK0.690.3200.48
HSL207.69º52.6%33.92%-
HSV(B)207.69º68.94%51.76%-
XYZ8.749.4523.19-
YUV80.14157.27100.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.59%
GREEN value IS 90 (35.55% from 255) = 34.22%
BLUE value IS 132 (51.95% from 255) = 50.19%
R=15.59%
G=34.22%
B=50.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41901320.690.3200.48207.6952.633.92
Hex295A844520030d03522
Octal51132204105400603206542
Binary1010011011010100001001000101100000011000011010000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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