#2A6488

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

Shades of Bahama Blue #2A6488

Tints of Bahama Blue #2A6488

Color information

#2A6488 (or 0x2A6488) is unknown color: approx Bahama Blue. HEX triplet: 2A, 64 and 88. RGB value is (42,100,136). Sum of RGB (Red+Green+Blue) = 42+100+136=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 136 (53.52% from 255 or 48.92% from 278); Max value from RGB is 136 - color contains mainly: blue. Hex color #2A6488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6488 is #D59B77. Grayscale: #565656. Windows color (decimal): -13998968 or 8938538. OLE color: 8938538.

HSL color Cylindrical-coordinate representation of color #2A6488: hue angle of 202.98º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A6488 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB42100136-
CMYK0.690.2600.47
HSL202.98º52.81%34.9%-
HSV(B)202.98º69.12%53.33%-
XYZ9.9611.3824.97-
YUV86.76155.7896.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.11%
GREEN value IS 100 (39.45% from 255) = 35.97%
BLUE value IS 136 (53.52% from 255) = 48.92%
R=15.11%
G=35.97%
B=48.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal421001360.690.2600.47202.9852.8134.9
Hex2A6488451A02Fcb3523
Octal52144210105320573136543
Binary101010110010010001000100010111010010111111001011110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,100,136); }

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

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

 a { background-color: rgb(42,100,136); }

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

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

 span { border-color: rgb(42,100,136); }

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