#206384

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

Shades of Bahama Blue #206384

Tints of Bahama Blue #206384

Color information

#206384 (or 0x206384) is unknown color: approx Bahama Blue. HEX triplet: 20, 63 and 84. RGB value is (32,99,132). Sum of RGB (Red+Green+Blue) = 32+99+132=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #206384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206384 is #DF9C7B. Grayscale: #525252. Windows color (decimal): -14654588 or 8676128. OLE color: 8676128.

HSL color Cylindrical-coordinate representation of color #206384: hue angle of 199.8º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #206384 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3299132-
CMYK0.760.2500.48
HSL199.8º60.98%32.16%-
HSV(B)199.8º75.76%51.76%-
XYZ9.2210.923.45-
YUV82.73155.891.82-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.17%
GREEN value IS 99 (39.06% from 255) = 37.64%
BLUE value IS 132 (51.95% from 255) = 50.19%
R=12.17%
G=37.64%
B=50.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32991320.760.2500.48199.860.9832.16
Hex2063844C19030c83d20
Octal40143204114310603107540
Binary100000110001110000100100110011001011000011001000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206384; }

 p { color: rgb(32,99,132); }

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

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

 a { background-color: rgb(32,99,132); }

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

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

 span { border-color: rgb(32,99,132); }

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