#738AAA

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

Shades of Ship Cove #738AAA

Tints of Ship Cove #738AAA

Color information

#738AAA (or 0x738AAA) is unknown color: approx Ship Cove. HEX triplet: 73, 8A and AA. RGB value is (115,138,170). Sum of RGB (Red+Green+Blue) = 115+138+170=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #738AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738AAA is #8C7555. Grayscale: #868686. Windows color (decimal): -9205078 or 11176563. OLE color: 11176563.

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

Color convert

RGB115138170-
CMYK0.320.1900.33
HSL214.91º24.44%55.88%-
HSV(B)214.91º32.35%66.67%-
XYZ23.4124.7241.57-
YUV134.77147.88113.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.19%
GREEN value IS 138 (54.30% from 255) = 32.62%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=27.19%
G=32.62%
B=40.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151381700.320.1900.33214.9124.4455.88
Hex738AAA2013021d71838
Octal16321225240230413273070
Binary111001110001010101010101000001001101000011101011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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