#256386

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

Shades of Bahama Blue #256386

Tints of Bahama Blue #256386

Color information

#256386 (or 0x256386) is unknown color: approx Bahama Blue. HEX triplet: 25, 63 and 86. RGB value is (37,99,134). Sum of RGB (Red+Green+Blue) = 37+99+134=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: blue. Hex color #256386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256386 is #DA9C79. Grayscale: #545454. Windows color (decimal): -14326906 or 8807205. OLE color: 8807205.

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

Color convert

RGB3799134-
CMYK0.720.2600.47
HSL201.65º56.73%33.53%-
HSV(B)201.65º72.39%52.55%-
XYZ9.5311.0424.18-
YUV84.45155.9694.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.70%
GREEN value IS 99 (39.06% from 255) = 36.67%
BLUE value IS 134 (52.73% from 255) = 49.63%
R=13.70%
G=36.67%
B=49.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal37991340.720.2600.47201.6556.7333.53
Hex256386481A02Fca3922
Octal45143206110320573127142
Binary100101110001110000110100100011010010111111001010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256386; }

 p { color: rgb(37,99,134); }

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

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

 a { background-color: rgb(37,99,134); }

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

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

 span { border-color: rgb(37,99,134); }

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