#737FAE

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

Shades of Ship Cove #737FAE

Tints of Ship Cove #737FAE

Color information

#737FAE (or 0x737FAE) is unknown color: approx Ship Cove. HEX triplet: 73, 7F and AE. RGB value is (115,127,174). Sum of RGB (Red+Green+Blue) = 115+127+174=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #737FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737FAE is #8C8051. Grayscale: #808080. Windows color (decimal): -9207890 or 11435891. OLE color: 11435891.

HSL color Cylindrical-coordinate representation of color #737FAE: hue angle of 227.8º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #737FAE is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB115127174-
CMYK0.340.2700.32
HSL227.8º26.7%56.67%-
HSV(B)227.8º33.91%68.24%-
XYZ22.321.8843.09-
YUV128.77153.52118.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.64%
GREEN value IS 127 (50% from 255) = 30.53%
BLUE value IS 174 (68.36% from 255) = 41.83%
R=27.64%
G=30.53%
B=41.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151271740.340.2700.32227.826.756.67
Hex737FAE221B020e41b39
Octal16317725642330403443371
Binary11100111111111101011101000101101101000001110010011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,127,174); }

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

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

 a { background-color: rgb(115,127,174); }

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

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

 span { border-color: rgb(115,127,174); }

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