#285C7C

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

Shades of Bahama Blue #285C7C

Tints of Bahama Blue #285C7C

Color information

#285C7C (or 0x285C7C) is unknown color: approx Bahama Blue. HEX triplet: 28, 5C and 7C. RGB value is (40,92,124). Sum of RGB (Red+Green+Blue) = 40+92+124=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #285C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285C7C is #D7A383. Grayscale: #4F4F4F. Windows color (decimal): -14132100 or 8150056. OLE color: 8150056.

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

Color convert

RGB4092124-
CMYK0.680.2600.51
HSL202.86º51.22%32.16%-
HSV(B)202.86º67.74%48.63%-
XYZ8.349.5620.47-
YUV80.1152.7799.4-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.62%
GREEN value IS 92 (36.33% from 255) = 35.94%
BLUE value IS 124 (48.83% from 255) = 48.44%
R=15.62%
G=35.94%
B=48.44%

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
Decimal40921240.680.2600.51202.8651.2232.16
Hex285C7C441A033cb3320
Octal50134174104320633136340
Binary10100010111001111100100010011010011001111001011110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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