#206287

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

Shades of Bahama Blue #206287

Tints of Bahama Blue #206287

Color information

#206287 (or 0x206287) is unknown color: approx Bahama Blue. HEX triplet: 20, 62 and 87. RGB value is (32,98,135). Sum of RGB (Red+Green+Blue) = 32+98+135=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 135 (53.12% from 255 or 50.94% from 265); Max value from RGB is 135 - color contains mainly: blue. Hex color #206287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206287 is #DF9D78. Grayscale: #525252. Windows color (decimal): -14654841 or 8872480. OLE color: 8872480.

HSL color Cylindrical-coordinate representation of color #206287: hue angle of 201.55º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #206287 is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3298135-
CMYK0.760.2700.47
HSL201.55º61.68%32.75%-
HSV(B)201.55º76.3%52.94%-
XYZ9.3410.7924.51-
YUV82.48157.6391.99-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.08%
GREEN value IS 98 (38.67% from 255) = 36.98%
BLUE value IS 135 (53.12% from 255) = 50.94%
R=12.08%
G=36.98%
B=50.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal32981350.760.2700.47201.5561.6832.75
Hex2062874C1B02Fca3e21
Octal40142207114330573127641
Binary100000110001010000111100110011011010111111001010111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206287; }

 p { color: rgb(32,98,135); }

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

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

 a { background-color: rgb(32,98,135); }

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

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

 span { border-color: rgb(32,98,135); }

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