#738DAE

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

Shades of Ship Cove #738DAE

Tints of Ship Cove #738DAE

Color information

#738DAE (or 0x738DAE) is unknown color: approx Ship Cove. HEX triplet: 73, 8D and AE. RGB value is (115,141,174). Sum of RGB (Red+Green+Blue) = 115+141+174=430 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.74% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #738DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738DAE is #8C7251. Grayscale: #888888. Windows color (decimal): -9204306 or 11439475. OLE color: 11439475.

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

Color convert

RGB115141174-
CMYK0.340.1900.32
HSL213.56º26.7%56.67%-
HSV(B)213.56º33.91%68.24%-
XYZ24.2425.7543.74-
YUV136.99148.89112.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.74%
GREEN value IS 141 (55.47% from 255) = 32.79%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=26.74%
G=32.79%
B=40.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151411740.340.1900.32213.5626.756.67
Hex738DAE2213020d61b39
Octal16321525642230403263371
Binary111001110001101101011101000101001101000001101011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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