#73819F

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

Shades of Ship Cove #73819F

Tints of Ship Cove #73819F

Color information

#73819F (or 0x73819F) is unknown color: approx Ship Cove. HEX triplet: 73, 81 and 9F. RGB value is (115,129,159). Sum of RGB (Red+Green+Blue) = 115+129+159=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 159 - color contains mainly: blue. Hex color #73819F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73819F is #8C7E60. Grayscale: #808080. Windows color (decimal): -9207393 or 10453363. OLE color: 10453363.

HSL color Cylindrical-coordinate representation of color #73819F: hue angle of 220.91º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73819F is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB115129159-
CMYK0.280.1900.38
HSL220.91º18.64%53.73%-
HSV(B)220.91º27.67%62.35%-
XYZ21.1821.8535.9-
YUV128.23145.36118.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.54%
GREEN value IS 129 (50.78% from 255) = 32.01%
BLUE value IS 159 (62.5% from 255) = 39.45%
R=28.54%
G=32.01%
B=39.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151291590.280.1900.38220.9118.6453.73
Hex73819F1C13026dd1336
Octal16320123734230463352366
Binary11100111000000110011111111001001101001101101110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73819F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73819F; }

 p { color: rgb(115,129,159); }

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

<style>
 a { background-color: #73819F; }

 a { background-color: rgb(115,129,159); }

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

<style>
 span { border-color: #73819F; }

 span { border-color: rgb(115,129,159); }

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