#285D7F

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

Shades of Bahama Blue #285D7F

Tints of Bahama Blue #285D7F

Color information

#285D7F (or 0x285D7F) is unknown color: approx Bahama Blue. HEX triplet: 28, 5D and 7F. RGB value is (40,93,127). Sum of RGB (Red+Green+Blue) = 40+93+127=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 127 - color contains mainly: blue. Hex color #285D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285D7F is #D7A280. Grayscale: #505050. Windows color (decimal): -14131841 or 8346920. OLE color: 8346920.

HSL color Cylindrical-coordinate representation of color #285D7F: hue angle of 203.45º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #285D7F is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4093127-
CMYK0.690.2700.50
HSL203.45º52.1%32.75%-
HSV(B)203.45º68.5%49.8%-
XYZ8.629.8121.52-
YUV81.03153.9498.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.38%
GREEN value IS 93 (36.72% from 255) = 35.77%
BLUE value IS 127 (50% from 255) = 48.85%
R=15.38%
G=35.77%
B=48.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal40931270.690.2700.50203.4552.132.75
Hex285D7F451B032cb3421
Octal50135177105330623136441
Binary10100010111011111111100010111011011001011001011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,93,127); }

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

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

 a { background-color: rgb(40,93,127); }

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

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

 span { border-color: rgb(40,93,127); }

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