#20567B

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

Shades of Bahama Blue #20567B

Tints of Bahama Blue #20567B

Color information

#20567B (or 0x20567B) is unknown color: approx Bahama Blue. HEX triplet: 20, 56 and 7B. RGB value is (32,86,123). Sum of RGB (Red+Green+Blue) = 32+86+123=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #20567B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20567B is #DFA984. Grayscale: #494949. Windows color (decimal): -14657925 or 8082976. OLE color: 8082976.

HSL color Cylindrical-coordinate representation of color #20567B: hue angle of 204.4º degrees, saturation: 0.59, 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 #20567B is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3286123-
CMYK0.740.3000.52
HSL204.4º58.71%30.39%-
HSV(B)204.4º73.98%48.24%-
XYZ7.58.3919.96-
YUV74.07155.6197.99-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.28%
GREEN value IS 86 (33.98% from 255) = 35.68%
BLUE value IS 123 (48.44% from 255) = 51.04%
R=13.28%
G=35.68%
B=51.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32861230.740.3000.52204.458.7130.39
Hex20567B4A1E034cc3b1e
Octal40126173112360643147336
Binary1000001010110111101110010101111001101001100110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20567B; }

 p { color: rgb(32,86,123); }

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

<style>
 a { background-color: #20567B; }

 a { background-color: rgb(32,86,123); }

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

<style>
 span { border-color: #20567B; }

 span { border-color: rgb(32,86,123); }

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