#738bab

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

Shades of Ship Cove #738BAB

Tints of Ship Cove #738BAB

Color information

#738BAB (or 0x738BAB) is unknown color: approx Ship Cove. HEX triplet: 73, 8B and AB. RGB value is (115,139,171). Sum of RGB (Red+Green+Blue) = 115+139+171=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #738BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738BAB is #8C7454. Grayscale: #878787. Windows color (decimal): -9204821 or 11242355. OLE color: 11242355.

HSL color Cylindrical-coordinate representation of color #738BAB: hue angle of 214.29º 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 #738BAB is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB115139171-
CMYK0.330.1900.33
HSL214.29º25%56.08%-
HSV(B)214.29º32.75%67.06%-
XYZ23.6525.0542.12-
YUV135.47148.05113.4-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.06%
GREEN value IS 139 (54.69% from 255) = 32.71%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=27.06%
G=32.71%
B=40.24%

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
Decimal1151391710.330.1900.33214.292556.08
Hex738BAB2113021d61938
Octal16321325341230413263170
Binary111001110001011101010111000011001101000011101011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738bab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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