#286689

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

Shades of Bahama Blue #286689

Tints of Bahama Blue #286689

Color information

#286689 (or 0x286689) is unknown color: approx Bahama Blue. HEX triplet: 28, 66 and 89. RGB value is (40,102,137). Sum of RGB (Red+Green+Blue) = 40+102+137=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #286689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286689 is #D79976. Grayscale: #575757. Windows color (decimal): -14129527 or 9004584. OLE color: 9004584.

HSL color Cylindrical-coordinate representation of color #286689: hue angle of 201.65º 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 #286689 is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB40102137-
CMYK0.710.2600.46
HSL201.65º54.8%34.71%-
HSV(B)201.65º70.8%53.73%-
XYZ10.1411.7625.4-
YUV87.45155.9694.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.34%
GREEN value IS 102 (40.23% from 255) = 36.56%
BLUE value IS 137 (53.91% from 255) = 49.10%
R=14.34%
G=36.56%
B=49.10%

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
Decimal401021370.710.2600.46201.6554.834.71
Hex286689471A02Eca3723
Octal50146211107320563126743
Binary101000110011010001001100011111010010111011001010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286689; }

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

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

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

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

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

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

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

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