#738AAF

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

Shades of Ship Cove #738AAF

Tints of Ship Cove #738AAF

Color information

#738AAF (or 0x738AAF) is unknown color: approx Ship Cove. HEX triplet: 73, 8A and AF. RGB value is (115,138,175). Sum of RGB (Red+Green+Blue) = 115+138+175=428 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.87% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #738AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738AAF is #8C7550. Grayscale: #878787. Windows color (decimal): -9205073 or 11504243. OLE color: 11504243.

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

Color convert

RGB115138175-
CMYK0.340.2100.31
HSL217º27.27%56.86%-
HSV(B)217º34.29%68.63%-
XYZ23.924.9244.11-
YUV135.34150.38113.49-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.87%
GREEN value IS 138 (54.30% from 255) = 32.24%
BLUE value IS 175 (68.75% from 255) = 40.89%
R=26.87%
G=32.24%
B=40.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1151381750.340.2100.3121727.2756.86
Hex738AAF221501Fd91b39
Octal16321225742250373313371
Binary11100111000101010101111100010101010111111101100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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