#2A5C7D

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

Shades of Bahama Blue #2A5C7D

Tints of Bahama Blue #2A5C7D

Color information

#2A5C7D (or 0x2A5C7D) is unknown color: approx Bahama Blue. HEX triplet: 2A, 5C and 7D. RGB value is (42,92,125). Sum of RGB (Red+Green+Blue) = 42+92+125=259 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.22% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 125 - color contains mainly: blue. Hex color #2A5C7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5C7D is #D5A382. Grayscale: #505050. Windows color (decimal): -14001027 or 8215594. OLE color: 8215594.

HSL color Cylindrical-coordinate representation of color #2A5C7D: hue angle of 203.86º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A5C7D is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4292125-
CMYK0.660.2600.51
HSL203.86º49.7%32.75%-
HSV(B)203.86º66.4%49.02%-
XYZ8.489.6320.81-
YUV80.81152.94100.32-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.22%
GREEN value IS 92 (36.33% from 255) = 35.52%
BLUE value IS 125 (49.22% from 255) = 48.26%
R=16.22%
G=35.52%
B=48.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal42921250.660.2600.51203.8649.732.75
Hex2A5C7D421A033cc3221
Octal52134175102320633146241
Binary10101010111001111101100001011010011001111001100110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,92,125); }

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

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

 a { background-color: rgb(42,92,125); }

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

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

 span { border-color: rgb(42,92,125); }

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