#205885

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

Shades of Bahama Blue #205885

Tints of Bahama Blue #205885

Color information

#205885 (or 0x205885) is unknown color: approx Bahama Blue. HEX triplet: 20, 58 and 85. RGB value is (32,88,133). Sum of RGB (Red+Green+Blue) = 32+88+133=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #205885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205885 is #DFA77A. Grayscale: #4C4C4C. Windows color (decimal): -14657403 or 8738848. OLE color: 8738848.

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

Color convert

RGB3288133-
CMYK0.760.3400.48
HSL206.73º61.21%32.35%-
HSV(B)206.73º75.94%52.16%-
XYZ8.328.9823.49-
YUV76.39159.9596.34-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.65%
GREEN value IS 88 (34.77% from 255) = 34.78%
BLUE value IS 133 (52.34% from 255) = 52.57%
R=12.65%
G=34.78%
B=52.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32881330.760.3400.48206.7361.2132.35
Hex2058854C22030cf3d20
Octal40130205114420603177540
Binary1000001011000100001011001100100010011000011001111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205885; }

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

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

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

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

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

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

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

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