#737DAD

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

Shades of Ship Cove #737DAD

Tints of Ship Cove #737DAD

Color information

#737DAD (or 0x737DAD) is unknown color: approx Ship Cove. HEX triplet: 73, 7D and AD. RGB value is (115,125,173). Sum of RGB (Red+Green+Blue) = 115+125+173=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #737DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737DAD is #8C8252. Grayscale: #7F7F7F. Windows color (decimal): -9208403 or 11369843. OLE color: 11369843.

HSL color Cylindrical-coordinate representation of color #737DAD: hue angle of 229.66º 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 #737DAD is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB115125173-
CMYK0.340.2800.32
HSL229.66º26.13%56.47%-
HSV(B)229.66º33.53%67.84%-
XYZ21.9521.3342.5-
YUV127.48153.69119.1-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.85%
GREEN value IS 125 (49.22% from 255) = 30.27%
BLUE value IS 173 (67.97% from 255) = 41.89%
R=27.85%
G=30.27%
B=41.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151251730.340.2800.32229.6626.1356.47
Hex737DAD221C020e61a38
Octal16317525542340403463270
Binary11100111111101101011011000101110001000001110011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737DAD; }

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

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

<style>
 a { background-color: #737DAD; }

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

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

<style>
 span { border-color: #737DAD; }

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

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