#285C85

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

Shades of Bahama Blue #285C85

Tints of Bahama Blue #285C85

Color information

#285C85 (or 0x285C85) is unknown color: approx Bahama Blue. HEX triplet: 28, 5C and 85. RGB value is (40,92,133). Sum of RGB (Red+Green+Blue) = 40+92+133=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #285C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285C85 is #D7A37A. Grayscale: #505050. Windows color (decimal): -14132091 or 8739880. OLE color: 8739880.

HSL color Cylindrical-coordinate representation of color #285C85: hue angle of 206.45º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #285C85 is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4092133-
CMYK0.700.3100.48
HSL206.45º53.76%33.92%-
HSV(B)206.45º69.92%52.16%-
XYZ8.949.823.61-
YUV81.13157.2798.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.09%
GREEN value IS 92 (36.33% from 255) = 34.72%
BLUE value IS 133 (52.34% from 255) = 50.19%
R=15.09%
G=34.72%
B=50.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40921330.700.3100.48206.4553.7633.92
Hex285C85461F030ce3622
Octal50134205106370603166642
Binary101000101110010000101100011011111011000011001110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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