Html Css Color HEX #205585 Bahama Blue

📋 copy color: '#205585'

red 32 ◦ green 85 ◦ blue 133

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

Shades of Bahama Blue #205585

Tints of Bahama Blue #205585

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34%

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

R = 12.8%
G = 34%
B = 53.2%

CMYK

 C value IS 0.76

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#205585 (or 0x205585) is known color: Bahama Blue. HEX triplet: 20, 55 and 85. RGB value is (32,85,133). Sum of RGB (Red+Green+Blue) = 32+85+133=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #205585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205585 is #DFAA7A. Grayscale: #4A4A4A. Windows color (decimal): -14658171 or 8738080. OLE color: 8738080.

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

Color convert

RGB 32 85 133 -
CMYK 0.76 0.36 0 0.48
HSL 208.51º 0.61% 0.32% -
HSV(B) 208.51º 0.76% 0.52% -
XYZ 8.08 8.5 23.4 -
YUV 74.63 160.94 97.6 -
System Red Green Blue C M Y K H S L
Decimal 32 85 133 0.76 0.36 0 0.48 208.51 0.61 0.32
Hex 20 55 85 4C 24 0 30 D1 3D 20
Octal 40 125 205 114 44 0 60 321 75 40
Binary 100000 1010101 10000101 1001100 100100 0 110000 11010001 111101 100000

Color Harmonies of #205585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205585

Black with #205585

Text Example


Text Example

White with #205585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205585; }

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

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

background-color css

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

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

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

border-color css

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

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

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