#738EAE

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

Shades of Ship Cove #738EAE

Tints of Ship Cove #738EAE

Color information

#738EAE (or 0x738EAE) is unknown color: approx Ship Cove. HEX triplet: 73, 8E and AE. RGB value is (115,142,174). Sum of RGB (Red+Green+Blue) = 115+142+174=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #738EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738EAE is #8C7151. Grayscale: #898989. Windows color (decimal): -9204050 or 11439731. OLE color: 11439731.

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

Color convert

RGB115142174-
CMYK0.340.1800.32
HSL212.54º26.7%56.67%-
HSV(B)212.54º33.91%68.24%-
XYZ24.3826.0543.79-
YUV137.58148.55111.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.68%
GREEN value IS 142 (55.86% from 255) = 32.95%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=26.68%
G=32.95%
B=40.37%

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
Decimal1151421740.340.1800.32212.5426.756.67
Hex738EAE2212020d51b39
Octal16321625642220403253371
Binary111001110001110101011101000101001001000001101010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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