#7289B2

Color #7289B2 Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #7289B2

Tints of Ship Cove #7289B2

Color information

#7289B2 (or 0x7289B2) is unknown color: approx Ship Cove. HEX triplet: 72, 89 and B2. RGB value is (114,137,178). Sum of RGB (Red+Green+Blue) = 114+137+178=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 178 - color contains mainly: blue. Hex color #7289B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7289B2 is #8D764D. Grayscale: #868686. Windows color (decimal): -9270862 or 11700594. OLE color: 11700594.

HSL color Cylindrical-coordinate representation of color #7289B2: hue angle of 218.44º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7289B2 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB114137178-
CMYK0.360.2300.30
HSL218.44º29.36%57.25%-
HSV(B)218.44º35.96%69.8%-
XYZ23.9224.6845.62-
YUV134.8152.38113.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.57%
GREEN value IS 137 (53.91% from 255) = 31.93%
BLUE value IS 178 (69.92% from 255) = 41.49%
R=26.57%
G=31.93%
B=41.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1141371780.360.2300.30218.4429.3657.25
Hex7289B2241701Eda1d39
Octal16221126244270363323571
Binary11100101000100110110010100100101110111101101101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7289B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7289B2; }

 p { color: rgb(114,137,178); }

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

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

 a { background-color: rgb(114,137,178); }

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

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

 span { border-color: rgb(114,137,178); }

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