#256688

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

Shades of Bahama Blue #256688

Tints of Bahama Blue #256688

Color information

#256688 (or 0x256688) is unknown color: approx Bahama Blue. HEX triplet: 25, 66 and 88. RGB value is (37,102,136). Sum of RGB (Red+Green+Blue) = 37+102+136=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #256688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256688 is #DA9977. Grayscale: #565656. Windows color (decimal): -14326136 or 8939045. OLE color: 8939045.

HSL color Cylindrical-coordinate representation of color #256688: hue angle of 200.61º 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 #256688 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB37102136-
CMYK0.730.2500.47
HSL200.61º57.23%33.92%-
HSV(B)200.61º72.79%53.33%-
XYZ9.9611.6725.02-
YUV86.44155.9792.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.45%
GREEN value IS 102 (40.23% from 255) = 37.09%
BLUE value IS 136 (53.52% from 255) = 49.45%
R=13.45%
G=37.09%
B=49.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal371021360.730.2500.47200.6157.2333.92
Hex256688491902Fc93922
Octal45146210111310573117142
Binary100101110011010001000100100111001010111111001001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256688; }

 p { color: rgb(37,102,136); }

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

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

 a { background-color: rgb(37,102,136); }

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

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

 span { border-color: rgb(37,102,136); }

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