#7386AA

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

Shades of Ship Cove #7386AA

Tints of Ship Cove #7386AA

Color information

#7386AA (or 0x7386AA) is unknown color: approx Ship Cove. HEX triplet: 73, 86 and AA. RGB value is (115,134,170). Sum of RGB (Red+Green+Blue) = 115+134+170=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #7386AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7386AA is #8C7955. Grayscale: #848484. Windows color (decimal): -9206102 or 11175539. OLE color: 11175539.

HSL color Cylindrical-coordinate representation of color #7386AA: hue angle of 219.27º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7386AA is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB115134170-
CMYK0.320.2100.33
HSL219.27º24.44%55.88%-
HSV(B)219.27º32.35%66.67%-
XYZ22.8523.641.38-
YUV132.42149.21115.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.45%
GREEN value IS 134 (52.73% from 255) = 31.98%
BLUE value IS 170 (66.80% from 255) = 40.57%
R=27.45%
G=31.98%
B=40.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151341700.320.2100.33219.2724.4455.88
Hex7386AA2015021db1838
Octal16320625240250413333070
Binary111001110000110101010101000001010101000011101101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7386AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7386AA; }

 p { color: rgb(115,134,170); }

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

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

 a { background-color: rgb(115,134,170); }

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

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

 span { border-color: rgb(115,134,170); }

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