#738AA9

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

Shades of Ship Cove #738AA9

Tints of Ship Cove #738AA9

Color information

#738AA9 (or 0x738AA9) is unknown color: approx Ship Cove. HEX triplet: 73, 8A and A9. RGB value is (115,138,169). Sum of RGB (Red+Green+Blue) = 115+138+169=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 169 (66.41% from 255 or 40.05% from 422); Max value from RGB is 169 - color contains mainly: blue. Hex color #738AA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738AA9 is #8C7556. Grayscale: #868686. Windows color (decimal): -9205079 or 11111027. OLE color: 11111027.

HSL color Cylindrical-coordinate representation of color #738AA9: hue angle of 214.44º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #738AA9 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB115138169-
CMYK0.320.1800.34
HSL214.44º23.89%55.69%-
HSV(B)214.44º31.95%66.27%-
XYZ23.3224.6941.07-
YUV134.66147.38113.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.25%
GREEN value IS 138 (54.30% from 255) = 32.70%
BLUE value IS 169 (66.41% from 255) = 40.05%
R=27.25%
G=32.70%
B=40.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1151381690.320.1800.34214.4423.8955.69
Hex738AA92012022d61838
Octal16321225140220423263070
Binary111001110001010101010011000001001001000101101011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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