#285B81

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

Shades of Bahama Blue #285B81

Tints of Bahama Blue #285B81

Color information

#285B81 (or 0x285B81) is unknown color: approx Bahama Blue. HEX triplet: 28, 5B and 81. RGB value is (40,91,129). Sum of RGB (Red+Green+Blue) = 40+91+129=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 129 (50.78% from 255 or 49.62% from 260); Max value from RGB is 129 - color contains mainly: blue. Hex color #285B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285B81 is #D7A47E. Grayscale: #4F4F4F. Windows color (decimal): -14132351 or 8477480. OLE color: 8477480.

HSL color Cylindrical-coordinate representation of color #285B81: hue angle of 205.62º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #285B81 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4091129-
CMYK0.690.2900.49
HSL205.62º52.66%33.14%-
HSV(B)205.62º68.99%50.59%-
XYZ8.589.5222.15-
YUV80.08155.699.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.38%
GREEN value IS 91 (35.94% from 255) = 35%
BLUE value IS 129 (50.78% from 255) = 49.62%
R=15.38%
G=35%
B=49.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40911290.690.2900.49205.6252.6633.14
Hex285B81451D031ce3521
Octal50133201105350613166541
Binary101000101101110000001100010111101011000111001110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285B81; }

 p { color: rgb(40,91,129); }

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

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

 a { background-color: rgb(40,91,129); }

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

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

 span { border-color: rgb(40,91,129); }

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