#7286AC

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

Shades of Ship Cove #7286AC

Tints of Ship Cove #7286AC

Color information

#7286AC (or 0x7286AC) is unknown color: approx Ship Cove. HEX triplet: 72, 86 and AC. RGB value is (114,134,172). Sum of RGB (Red+Green+Blue) = 114+134+172=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #7286AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7286AC is #8D7953. Grayscale: #848484. Windows color (decimal): -9271636 or 11306610. OLE color: 11306610.

HSL color Cylindrical-coordinate representation of color #7286AC: hue angle of 219.31º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7286AC is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114134172-
CMYK0.340.2200.33
HSL219.31º25.89%56.08%-
HSV(B)219.31º33.72%67.45%-
XYZ22.9123.6142.38-
YUV132.35150.37114.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.14%
GREEN value IS 134 (52.73% from 255) = 31.90%
BLUE value IS 172 (67.58% from 255) = 40.95%
R=27.14%
G=31.90%
B=40.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141341720.340.2200.33219.3125.8956.08
Hex7286AC2216021db1a38
Octal16220625442260413333270
Binary111001010000110101011001000101011001000011101101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7286AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7286AC; }

 p { color: rgb(114,134,172); }

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

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

 a { background-color: rgb(114,134,172); }

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

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

 span { border-color: rgb(114,134,172); }

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