#2A6284

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

Shades of Bahama Blue #2A6284

Tints of Bahama Blue #2A6284

Color information

#2A6284 (or 0x2A6284) is unknown color: approx Bahama Blue. HEX triplet: 2A, 62 and 84. RGB value is (42,98,132). Sum of RGB (Red+Green+Blue) = 42+98+132=272 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.44% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 132 (51.95% from 255 or 48.53% from 272); Max value from RGB is 132 - color contains mainly: blue. Hex color #2A6284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6284 is #D59D7B. Grayscale: #545454. Windows color (decimal): -13999484 or 8675882. OLE color: 8675882.

HSL color Cylindrical-coordinate representation of color #2A6284: hue angle of 202.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A6284 is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4298132-
CMYK0.680.2600.48
HSL202.67º51.72%34.12%-
HSV(B)202.67º68.18%51.76%-
XYZ9.4910.8923.43-
YUV85.13154.4597.24-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.44%
GREEN value IS 98 (38.67% from 255) = 36.03%
BLUE value IS 132 (51.95% from 255) = 48.53%
R=15.44%
G=36.03%
B=48.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42981320.680.2600.48202.6751.7234.12
Hex2A6284441A030cb3422
Octal52142204104320603136442
Binary101010110001010000100100010011010011000011001011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,98,132); }

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

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

 a { background-color: rgb(42,98,132); }

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

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

 span { border-color: rgb(42,98,132); }

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