Html Css Color HEX #206385 Bahama Blue

📋 copy color: '#206385'

red 32 ◦ green 99 ◦ blue 133

#206385
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahama Blue #206385

Tints of Bahama Blue #206385

RGB

 RED value IS 32 (12.89% from 255) = 12.12%

 GREEN value IS 99 (39.06% from 255) = 37.5%

 BLUE value IS 133 (52.34% from 255) = 50.38%

R = 12.12%
G = 37.5%
B = 50.38%

CMYK

 C value IS 0.76

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#206385 (or 0x206385) is known color: Bahama Blue. HEX triplet: 20, 63 and 85. RGB value is (32,99,133). Sum of RGB (Red+Green+Blue) = 32+99+133=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #206385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206385 is #DF9C7A. Grayscale: #525252. Windows color (decimal): -14654587 or 8741664. OLE color: 8741664.

HSL color Cylindrical-coordinate representation of color #206385: hue angle of 200.2º 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 #206385 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 32 99 133 -
CMYK 0.76 0.26 0 0.48
HSL 200.2º 0.61% 0.32% -
HSV(B) 200.2º 0.76% 0.52% -
XYZ 9.29 10.92 23.81 -
YUV 82.84 156.3 91.74 -
System Red Green Blue C M Y K H S L
Decimal 32 99 133 0.76 0.26 0 0.48 200.2 0.61 0.32
Hex 20 63 85 4C 1A 0 30 C8 3D 20
Octal 40 143 205 114 32 0 60 310 75 40
Binary 100000 1100011 10000101 1001100 11010 0 110000 11001000 111101 100000

Color Harmonies of #206385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206385

Black with #206385

Text Example


Text Example

White with #206385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206385; }

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

 H1.HeaderClassName
 {
   color: #206385;
 }
 .AnyTagClassName
 {
   color: #206385;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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