#2A617F

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

Shades of Bahama Blue #2A617F

Tints of Bahama Blue #2A617F

Color information

#2A617F (or 0x2A617F) is unknown color: approx Bahama Blue. HEX triplet: 2A, 61 and 7F. RGB value is (42,97,127). Sum of RGB (Red+Green+Blue) = 42+97+127=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 127 - color contains mainly: blue. Hex color #2A617F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A617F is #D59E80. Grayscale: #535353. Windows color (decimal): -13999745 or 8347946. OLE color: 8347946.

HSL color Cylindrical-coordinate representation of color #2A617F: hue angle of 201.18º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A617F is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4297127-
CMYK0.670.2400.50
HSL201.18º50.3%33.14%-
HSV(B)201.18º66.93%49.8%-
XYZ9.0610.5721.64-
YUV83.98152.2898.06-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.79%
GREEN value IS 97 (38.28% from 255) = 36.47%
BLUE value IS 127 (50% from 255) = 47.74%
R=15.79%
G=36.47%
B=47.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal42971270.670.2400.50201.1850.333.14
Hex2A617F4318032c93221
Octal52141177103300623116241
Binary10101011000011111111100001111000011001011001001110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A617F; }

 p { color: rgb(42,97,127); }

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

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

 a { background-color: rgb(42,97,127); }

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

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

 span { border-color: rgb(42,97,127); }

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