#738CAB

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

Shades of Ship Cove #738CAB

Tints of Ship Cove #738CAB

Color information

#738CAB (or 0x738CAB) is unknown color: approx Ship Cove. HEX triplet: 73, 8C and AB. RGB value is (115,140,171). Sum of RGB (Red+Green+Blue) = 115+140+171=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #738CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738CAB is #8C7354. Grayscale: #878787. Windows color (decimal): -9204565 or 11242611. OLE color: 11242611.

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

Color convert

RGB115140171-
CMYK0.330.1800.33
HSL213.21º25%56.08%-
HSV(B)213.21º32.75%67.06%-
XYZ23.825.3442.17-
YUV136.06147.72112.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.00%
GREEN value IS 140 (55.08% from 255) = 32.86%
BLUE value IS 171 (67.19% from 255) = 40.14%
R=27.00%
G=32.86%
B=40.14%

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
Decimal1151401710.330.1800.33213.212556.08
Hex738CAB2112021d51938
Octal16321425341220413253170
Binary111001110001100101010111000011001001000011101010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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