#7390AF

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

Shades of Ship Cove #7390AF

Tints of Ship Cove #7390AF

Color information

#7390AF (or 0x7390AF) is unknown color: approx Ship Cove. HEX triplet: 73, 90 and AF. RGB value is (115,144,175). Sum of RGB (Red+Green+Blue) = 115+144+175=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #7390AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7390AF is #8C6F50. Grayscale: #8A8A8A. Windows color (decimal): -9203537 or 11505779. OLE color: 11505779.

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

Color convert

RGB115144175-
CMYK0.340.1800.31
HSL211º27.27%56.86%-
HSV(B)211º34.29%68.63%-
XYZ24.7826.6944.4-
YUV138.86148.39110.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.50%
GREEN value IS 144 (56.64% from 255) = 33.18%
BLUE value IS 175 (68.75% from 255) = 40.32%
R=26.50%
G=33.18%
B=40.32%

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
Decimal1151441750.340.1800.3121127.2756.86
Hex7390AF221201Fd31b39
Octal16322025742220373233371
Binary11100111001000010101111100010100100111111101001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7390AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7390AF; }

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

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

<style>
 a { background-color: #7390AF; }

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

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

<style>
 span { border-color: #7390AF; }

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

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