#205682

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

Shades of Bahama Blue #205682

Tints of Bahama Blue #205682

Color information

#205682 (or 0x205682) is unknown color: approx Bahama Blue. HEX triplet: 20, 56 and 82. RGB value is (32,86,130). Sum of RGB (Red+Green+Blue) = 32+86+130=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 130 (51.17% from 255 or 52.42% from 248); Max value from RGB is 130 - color contains mainly: blue. Hex color #205682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205682 is #DFA97D. Grayscale: #4A4A4A. Windows color (decimal): -14657918 or 8541728. OLE color: 8541728.

HSL color Cylindrical-coordinate representation of color #205682: hue angle of 206.94º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #205682 is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3286130-
CMYK0.750.3400.49
HSL206.94º60.49%31.76%-
HSV(B)206.94º75.38%50.98%-
XYZ7.958.5722.35-
YUV74.87159.1197.42-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.90%
GREEN value IS 86 (33.98% from 255) = 34.68%
BLUE value IS 130 (51.17% from 255) = 52.42%
R=12.90%
G=34.68%
B=52.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32861300.750.3400.49206.9460.4931.76
Hex2056824B22031cf3c20
Octal40126202113420613177440
Binary1000001010110100000101001011100010011000111001111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205682; }

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

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

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

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

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

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

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

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