#20507A

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

Shades of Bahama Blue #20507A

Tints of Bahama Blue #20507A

Color information

#20507A (or 0x20507A) is unknown color: approx Bahama Blue. HEX triplet: 20, 50 and 7A. RGB value is (32,80,122). Sum of RGB (Red+Green+Blue) = 32+80+122=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 122 (48.05% from 255 or 52.14% from 234); Max value from RGB is 122 - color contains mainly: blue. Hex color #20507A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20507A is #DFAF85. Grayscale: #464646. Windows color (decimal): -14659462 or 8015904. OLE color: 8015904.

HSL color Cylindrical-coordinate representation of color #20507A: hue angle of 208º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20507A is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3280122-
CMYK0.740.3400.52
HSL208º58.44%30.2%-
HSV(B)208º73.77%47.84%-
XYZ6.987.4519.48-
YUV70.44157.1100.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.68%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 122 (48.05% from 255) = 52.14%
R=13.68%
G=34.19%
B=52.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32801220.740.3400.5220858.4430.2
Hex20507A4A22034d03a1e
Octal40120172112420643207236
Binary10000010100001111010100101010001001101001101000011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20507A; }

 p { color: rgb(32,80,122); }

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

<style>
 a { background-color: #20507A; }

 a { background-color: rgb(32,80,122); }

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

<style>
 span { border-color: #20507A; }

 span { border-color: rgb(32,80,122); }

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