#738AAD

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

Shades of Ship Cove #738AAD

Tints of Ship Cove #738AAD

Color information

#738AAD (or 0x738AAD) is unknown color: approx Ship Cove. HEX triplet: 73, 8A and AD. RGB value is (115,138,173). Sum of RGB (Red+Green+Blue) = 115+138+173=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #738AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738AAD is #8C7552. Grayscale: #868686. Windows color (decimal): -9205075 or 11373171. OLE color: 11373171.

HSL color Cylindrical-coordinate representation of color #738AAD: hue angle of 216.21º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #738AAD is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB115138173-
CMYK0.340.2000.32
HSL216.21º26.13%56.47%-
HSV(B)216.21º33.53%67.84%-
XYZ23.724.8443.08-
YUV135.11149.38113.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.00%
GREEN value IS 138 (54.30% from 255) = 32.39%
BLUE value IS 173 (67.97% from 255) = 40.61%
R=27.00%
G=32.39%
B=40.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151381730.340.2000.32216.2126.1356.47
Hex738AAD2214020d81a38
Octal16321225542240403303270
Binary111001110001010101011011000101010001000001101100011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738AAD; }

 p { color: rgb(115,138,173); }

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

<style>
 a { background-color: #738AAD; }

 a { background-color: rgb(115,138,173); }

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

<style>
 span { border-color: #738AAD; }

 span { border-color: rgb(115,138,173); }

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