#738AAB

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

Shades of Ship Cove #738AAB

Tints of Ship Cove #738AAB

Color information

#738AAB (or 0x738AAB) is unknown color: approx Ship Cove. HEX triplet: 73, 8A and AB. RGB value is (115,138,171). Sum of RGB (Red+Green+Blue) = 115+138+171=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #738AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738AAB is #8C7554. Grayscale: #868686. Windows color (decimal): -9205077 or 11242099. OLE color: 11242099.

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

Color convert

RGB115138171-
CMYK0.330.1900.33
HSL215.36º25%56.08%-
HSV(B)215.36º32.75%67.06%-
XYZ23.5124.7642.07-
YUV134.88148.38113.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.12%
GREEN value IS 138 (54.30% from 255) = 32.55%
BLUE value IS 171 (67.19% from 255) = 40.33%
R=27.12%
G=32.55%
B=40.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151381710.330.1900.33215.362556.08
Hex738AAB2113021d71938
Octal16321225341230413273170
Binary111001110001010101010111000011001101000011101011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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