#738BAD

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

Shades of Ship Cove #738BAD

Tints of Ship Cove #738BAD

Color information

#738BAD (or 0x738BAD) is unknown color: approx Ship Cove. HEX triplet: 73, 8B and AD. RGB value is (115,139,173). Sum of RGB (Red+Green+Blue) = 115+139+173=427 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.93% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #738BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738BAD is #8C7452. Grayscale: #878787. Windows color (decimal): -9204819 or 11373427. OLE color: 11373427.

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

Color convert

RGB115139173-
CMYK0.340.2000.32
HSL215.17º26.13%56.47%-
HSV(B)215.17º33.53%67.84%-
XYZ23.8525.1343.13-
YUV135.7149.05113.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.93%
GREEN value IS 139 (54.69% from 255) = 32.55%
BLUE value IS 173 (67.97% from 255) = 40.52%
R=26.93%
G=32.55%
B=40.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151391730.340.2000.32215.1726.1356.47
Hex738BAD2214020d71a38
Octal16321325542240403273270
Binary111001110001011101011011000101010001000001101011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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