#738DAD

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

Shades of Ship Cove #738DAD

Tints of Ship Cove #738DAD

Color information

#738DAD (or 0x738DAD) is unknown color: approx Ship Cove. HEX triplet: 73, 8D and AD. RGB value is (115,141,173). Sum of RGB (Red+Green+Blue) = 115+141+173=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #738DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738DAD is #8C7252. Grayscale: #888888. Windows color (decimal): -9204307 or 11373939. OLE color: 11373939.

HSL color Cylindrical-coordinate representation of color #738DAD: hue angle of 213.1º 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 #738DAD is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB115141173-
CMYK0.340.1800.32
HSL213.1º26.13%56.47%-
HSV(B)213.1º33.53%67.84%-
XYZ24.1425.7143.23-
YUV136.87148.39112.4-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.81%
GREEN value IS 141 (55.47% from 255) = 32.87%
BLUE value IS 173 (67.97% from 255) = 40.33%
R=26.81%
G=32.87%
B=40.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151411730.340.1800.32213.126.1356.47
Hex738DAD2212020d51a38
Octal16321525542220403253270
Binary111001110001101101011011000101001001000001101010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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