#738DAC

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

Shades of Ship Cove #738DAC

Tints of Ship Cove #738DAC

Color information

#738DAC (or 0x738DAC) is unknown color: approx Ship Cove. HEX triplet: 73, 8D and AC. RGB value is (115,141,172). Sum of RGB (Red+Green+Blue) = 115+141+172=428 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.87% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #738DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738DAC is #8C7253. Grayscale: #888888. Windows color (decimal): -9204308 or 11308403. OLE color: 11308403.

HSL color Cylindrical-coordinate representation of color #738DAC: hue angle of 212.63º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #738DAC is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB115141172-
CMYK0.330.1800.33
HSL212.63º25.56%56.27%-
HSV(B)212.63º33.14%67.45%-
XYZ24.0425.6742.72-
YUV136.76147.89112.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.87%
GREEN value IS 141 (55.47% from 255) = 32.94%
BLUE value IS 172 (67.58% from 255) = 40.19%
R=26.87%
G=32.94%
B=40.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151411720.330.1800.33212.6325.5656.27
Hex738DAC2112021d51a38
Octal16321525441220413253270
Binary111001110001101101011001000011001001000011101010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,141,172); }

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

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

 a { background-color: rgb(115,141,172); }

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

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

 span { border-color: rgb(115,141,172); }

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