#738CAC

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

Shades of Ship Cove #738CAC

Tints of Ship Cove #738CAC

Color information

#738CAC (or 0x738CAC) is unknown color: approx Ship Cove. HEX triplet: 73, 8C and AC. RGB value is (115,140,172). Sum of RGB (Red+Green+Blue) = 115+140+172=427 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.93% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #738CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738CAC is #8C7353. Grayscale: #888888. Windows color (decimal): -9204564 or 11308147. OLE color: 11308147.

HSL color Cylindrical-coordinate representation of color #738CAC: hue angle of 213.68º 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 #738CAC is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB115140172-
CMYK0.330.1900.33
HSL213.68º25.56%56.27%-
HSV(B)213.68º33.14%67.45%-
XYZ23.8925.3842.67-
YUV136.17148.22112.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.93%
GREEN value IS 140 (55.08% from 255) = 32.79%
BLUE value IS 172 (67.58% from 255) = 40.28%
R=26.93%
G=32.79%
B=40.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151401720.330.1900.33213.6825.5656.27
Hex738CAC2113021d61a38
Octal16321425441230413263270
Binary111001110001100101011001000011001101000011101011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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