#738BAE

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

Shades of Ship Cove #738BAE

Tints of Ship Cove #738BAE

Color information

#738BAE (or 0x738BAE) is unknown color: approx Ship Cove. HEX triplet: 73, 8B and AE. RGB value is (115,139,174). Sum of RGB (Red+Green+Blue) = 115+139+174=428 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.87% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #738BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738BAE is #8C7451. Grayscale: #878787. Windows color (decimal): -9204818 or 11438963. OLE color: 11438963.

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

Color convert

RGB115139174-
CMYK0.340.2000.32
HSL215.59º26.7%56.67%-
HSV(B)215.59º33.91%68.24%-
XYZ23.9425.1743.64-
YUV135.81149.55113.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.87%
GREEN value IS 139 (54.69% from 255) = 32.48%
BLUE value IS 174 (68.36% from 255) = 40.65%
R=26.87%
G=32.48%
B=40.65%

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
Decimal1151391740.340.2000.32215.5926.756.67
Hex738BAE2214020d81b39
Octal16321325642240403303371
Binary111001110001011101011101000101010001000001101100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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