#738FAF

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

Shades of Ship Cove #738FAF

Tints of Ship Cove #738FAF

Color information

#738FAF (or 0x738FAF) is unknown color: approx Ship Cove. HEX triplet: 73, 8F and AF. RGB value is (115,143,175). Sum of RGB (Red+Green+Blue) = 115+143+175=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: blue. Hex color #738FAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738FAF is #8C7050. Grayscale: #8A8A8A. Windows color (decimal): -9203793 or 11505523. OLE color: 11505523.

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

Color convert

RGB115143175-
CMYK0.340.1800.31
HSL212º27.27%56.86%-
HSV(B)212º34.29%68.63%-
XYZ24.6326.3844.35-
YUV138.28148.72111.4-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.56%
GREEN value IS 143 (56.25% from 255) = 33.03%
BLUE value IS 175 (68.75% from 255) = 40.42%
R=26.56%
G=33.03%
B=40.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1151431750.340.1800.3121227.2756.86
Hex738FAF221201Fd41b39
Octal16321725742220373243371
Binary11100111000111110101111100010100100111111101010011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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