#286589

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

Shades of Bahama Blue #286589

Tints of Bahama Blue #286589

Color information

#286589 (or 0x286589) is unknown color: approx Bahama Blue. HEX triplet: 28, 65 and 89. RGB value is (40,101,137). Sum of RGB (Red+Green+Blue) = 40+101+137=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #286589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286589 is #D79A76. Grayscale: #565656. Windows color (decimal): -14129783 or 9004328. OLE color: 9004328.

HSL color Cylindrical-coordinate representation of color #286589: hue angle of 202.27º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #286589 is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB40101137-
CMYK0.710.2600.46
HSL202.27º54.8%34.71%-
HSV(B)202.27º70.8%53.73%-
XYZ10.0411.5625.37-
YUV86.86156.2994.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.39%
GREEN value IS 101 (39.84% from 255) = 36.33%
BLUE value IS 137 (53.91% from 255) = 49.28%
R=14.39%
G=36.33%
B=49.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal401011370.710.2600.46202.2754.834.71
Hex286589471A02Eca3723
Octal50145211107320563126743
Binary101000110010110001001100011111010010111011001010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286589; }

 p { color: rgb(40,101,137); }

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

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

 a { background-color: rgb(40,101,137); }

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

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

 span { border-color: rgb(40,101,137); }

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