#738EAD

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

Shades of Ship Cove #738EAD

Tints of Ship Cove #738EAD

Color information

#738EAD (or 0x738EAD) is unknown color: approx Ship Cove. HEX triplet: 73, 8E and AD. RGB value is (115,142,173). Sum of RGB (Red+Green+Blue) = 115+142+173=430 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.74% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #738EAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738EAD is #8C7152. Grayscale: #898989. Windows color (decimal): -9204051 or 11374195. OLE color: 11374195.

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

Color convert

RGB115142173-
CMYK0.340.1800.32
HSL212.07º26.13%56.47%-
HSV(B)212.07º33.53%67.84%-
XYZ24.2926.0143.28-
YUV137.46148.05111.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.74%
GREEN value IS 142 (55.86% from 255) = 33.02%
BLUE value IS 173 (67.97% from 255) = 40.23%
R=26.74%
G=33.02%
B=40.23%

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
Decimal1151421730.340.1800.32212.0726.1356.47
Hex738EAD2212020d41a38
Octal16321625542220403243270
Binary111001110001110101011011000101001001000001101010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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