#7386AC

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

Shades of Ship Cove #7386AC

Tints of Ship Cove #7386AC

Color information

#7386AC (or 0x7386AC) is unknown color: approx Ship Cove. HEX triplet: 73, 86 and AC. RGB value is (115,134,172). Sum of RGB (Red+Green+Blue) = 115+134+172=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #7386AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7386AC is #8C7953. Grayscale: #848484. Windows color (decimal): -9206100 or 11306611. OLE color: 11306611.

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

Color convert

RGB115134172-
CMYK0.330.2200.33
HSL220º25.56%56.27%-
HSV(B)220º33.14%67.45%-
XYZ23.0423.6742.38-
YUV132.65150.21115.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.32%
GREEN value IS 134 (52.73% from 255) = 31.83%
BLUE value IS 172 (67.58% from 255) = 40.86%
R=27.32%
G=31.83%
B=40.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151341720.330.2200.3322025.5656.27
Hex7386AC2116021dc1a38
Octal16320625441260413343270
Binary111001110000110101011001000011011001000011101110011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7386AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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