#256287

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

Shades of Bahama Blue #256287

Tints of Bahama Blue #256287

Color information

#256287 (or 0x256287) is unknown color: approx Bahama Blue. HEX triplet: 25, 62 and 87. RGB value is (37,98,135). Sum of RGB (Red+Green+Blue) = 37+98+135=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #256287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256287 is #DA9D78. Grayscale: #535353. Windows color (decimal): -14327161 or 8872485. OLE color: 8872485.

HSL color Cylindrical-coordinate representation of color #256287: hue angle of 202.65º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #256287 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3798135-
CMYK0.730.2700.47
HSL202.65º56.98%33.73%-
HSV(B)202.65º72.59%52.94%-
XYZ9.510.8824.52-
YUV83.98156.7994.49-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.70%
GREEN value IS 98 (38.67% from 255) = 36.30%
BLUE value IS 135 (53.12% from 255) = 50%
R=13.70%
G=36.30%
B=50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal37981350.730.2700.47202.6556.9833.73
Hex256287491B02Fcb3922
Octal45142207111330573137142
Binary100101110001010000111100100111011010111111001011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256287; }

 p { color: rgb(37,98,135); }

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

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

 a { background-color: rgb(37,98,135); }

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

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

 span { border-color: rgb(37,98,135); }

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