#285B7D

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

Shades of Bahama Blue #285B7D

Tints of Bahama Blue #285B7D

Color information

#285B7D (or 0x285B7D) is unknown color: approx Bahama Blue. HEX triplet: 28, 5B and 7D. RGB value is (40,91,125). Sum of RGB (Red+Green+Blue) = 40+91+125=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #285B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285B7D is #D7A482. Grayscale: #4F4F4F. Windows color (decimal): -14132355 or 8215336. OLE color: 8215336.

HSL color Cylindrical-coordinate representation of color #285B7D: hue angle of 204º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #285B7D is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4091125-
CMYK0.680.2700.51
HSL204º51.52%32.35%-
HSV(B)204º68%49.02%-
XYZ8.329.4120.78-
YUV79.63153.699.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.62%
GREEN value IS 91 (35.94% from 255) = 35.55%
BLUE value IS 125 (49.22% from 255) = 48.83%
R=15.62%
G=35.55%
B=48.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40911250.680.2700.5120451.5232.35
Hex285B7D441B033cc3420
Octal50133175104330633146440
Binary10100010110111111101100010011011011001111001100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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