#7289B4

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

Shades of Ship Cove #7289B4

Tints of Ship Cove #7289B4

Color information

#7289B4 (or 0x7289B4) is unknown color: approx Ship Cove. HEX triplet: 72, 89 and B4. RGB value is (114,137,180). Sum of RGB (Red+Green+Blue) = 114+137+180=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 180 - color contains mainly: blue. Hex color #7289B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7289B4 is #8D764B. Grayscale: #868686. Windows color (decimal): -9270860 or 11831666. OLE color: 11831666.

HSL color Cylindrical-coordinate representation of color #7289B4: hue angle of 219.09º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7289B4 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB114137180-
CMYK0.370.2400.29
HSL219.09º30.56%57.65%-
HSV(B)219.09º36.67%70.59%-
XYZ24.1224.7646.69-
YUV135.02153.38113-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.45%
GREEN value IS 137 (53.91% from 255) = 31.79%
BLUE value IS 180 (70.70% from 255) = 41.76%
R=26.45%
G=31.79%
B=41.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1141371800.370.2400.29219.0930.5657.65
Hex7289B4251801Ddb1f3a
Octal16221126445300353333772
Binary11100101000100110110100100101110000111011101101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7289B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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