#285C7D

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

Shades of Bahama Blue #285C7D

Tints of Bahama Blue #285C7D

Color information

#285C7D (or 0x285C7D) is unknown color: approx Bahama Blue. HEX triplet: 28, 5C and 7D. RGB value is (40,92,125). Sum of RGB (Red+Green+Blue) = 40+92+125=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #285C7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285C7D is #D7A382. Grayscale: #505050. Windows color (decimal): -14132099 or 8215592. OLE color: 8215592.

HSL color Cylindrical-coordinate representation of color #285C7D: hue angle of 203.29º 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 #285C7D is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4092125-
CMYK0.680.2600.51
HSL203.29º51.52%32.35%-
HSV(B)203.29º68%49.02%-
XYZ8.49.5920.81-
YUV80.21153.2799.32-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.56%
GREEN value IS 92 (36.33% from 255) = 35.80%
BLUE value IS 125 (49.22% from 255) = 48.64%
R=15.56%
G=35.80%
B=48.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40921250.680.2600.51203.2951.5232.35
Hex285C7D441A033cb3420
Octal50134175104320633136440
Binary10100010111001111101100010011010011001111001011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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