#737EAF

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

Shades of Ship Cove #737EAF

Tints of Ship Cove #737EAF

Color information

#737EAF (or 0x737EAF) is unknown color: approx Ship Cove. HEX triplet: 73, 7E and AF. RGB value is (115,126,175). Sum of RGB (Red+Green+Blue) = 115+126+175=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #737EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737EAF is #8C8150. Grayscale: #808080. Windows color (decimal): -9208145 or 11501171. OLE color: 11501171.

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

Color convert

RGB115126175-
CMYK0.340.2800.31
HSL229º27.27%56.86%-
HSV(B)229º34.29%68.63%-
XYZ22.2721.6643.56-
YUV128.3154.36118.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.64%
GREEN value IS 126 (49.61% from 255) = 30.29%
BLUE value IS 175 (68.75% from 255) = 42.07%
R=27.64%
G=30.29%
B=42.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1151261750.340.2800.3122927.2756.86
Hex737EAF221C01Fe51b39
Octal16317625742340373453371
Binary1110011111111010101111100010111000111111110010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,126,175); }

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

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

 a { background-color: rgb(115,126,175); }

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

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

 span { border-color: rgb(115,126,175); }

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